<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/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/"><channel><title>how to  implement NOP and  SWI instruction in GNU C language?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/18327/how-to-implement-nop-and-swi-instruction-in-gnu-c-language</link><description> I use gcc compiler( download from KEIL ), and want to implement NOP and SWI instruction in my C program. 
 
anyone could tell me how? 
 
 Thank you. </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: how to  implement NOP and  SWI instruction in GNU C language?</title><link>https://community.arm.com/thread/43393?ContentTypeID=1</link><pubDate>Sun, 02 Jan 2005 03:22:59 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:adc3d06a-2845-415f-a53d-74be0b8a5274</guid><dc:creator>G Richard</dc:creator><description>&lt;p&gt;I thought i find the answer:&lt;br /&gt;
&lt;br /&gt;
	asm(&amp;quot;SWI&amp;quot;);&lt;br /&gt;
	asm(&amp;quot;NOP&amp;quot;);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>