<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Can you use assembly to optimize this code for me?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79720/can-you-use-assembly-to-optimize-this-code-for-me</link><description>Can you write this code in assembly? 
 If you can, please help me, if not, please help me optimize, thank you 
 
 # define RSP NRF_GPIO_PIN_MAP (0, 6) 
 # define RDP NRF_GPIO_PIN_MAP (0, 4) 
 static void SPI_WriteCmd8Bit( uint8_t CByte ) 
 { 
 NRF_GPIO_Type</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Sep 2021 07:10:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79720/can-you-use-assembly-to-optimize-this-code-for-me" /><item><title>RE: Can you use assembly to optimize this code for me?</title><link>https://devzone.nordicsemi.com/thread/329930?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 07:10:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1bdef35-87cd-4594-a84e-a286e1cbbf39</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Super specific case, not sure if anyone is going to spend that time here for you but you can try to start with the already generated assembly file and see if there is something you can do there.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;arm-none-eabi-gcc -S -o my_asm_output.s display.c&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Not much of a help but a good start atleast&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can you use assembly to optimize this code for me?</title><link>https://devzone.nordicsemi.com/thread/329905?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 00:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aac09766-6080-4f23-8e8c-3a6941ef432f</guid><dc:creator>liuyanfeng</dc:creator><description>&lt;p&gt;&lt;span&gt;Speed up the screen refresh rate&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can you use assembly to optimize this code for me?</title><link>https://devzone.nordicsemi.com/thread/329859?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 13:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5aba816e-19ec-4e2d-a17a-ebcf6db7997b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Why do you need this code in assembly? isn&amp;#39;t the assembly generated by the compiler optimized enough for this? If not what exactly is your usecase?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>