<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>8-bit MicrocontrollersのトピックIncluding assembly code</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284980#M20359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I include assembly code in a C file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Feb 2014 11:04:24 GMT</pubDate>
    <dc:creator>beenu</dc:creator>
    <dc:date>2014-02-08T11:04:24Z</dc:date>
    <item>
      <title>Including assembly code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284980#M20359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I include assembly code in a C file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 11:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284980#M20359</guid>
      <dc:creator>beenu</dc:creator>
      <dc:date>2014-02-08T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Including assembly code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284981#M20360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Winner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use __asm keyword. please try search this keyword in hcs08 compiler manual, you can see the example. I listed below for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listing: Examples of the __asm Keyword&lt;/P&gt;&lt;P&gt;__asm { nop &lt;/P&gt;&lt;P&gt;nop ; comment &lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;asm ("nop; nop"); &lt;/P&gt;&lt;P&gt;__asm("nop\n nop"); &lt;/P&gt;&lt;P&gt;__asm "nop"; &lt;/P&gt;&lt;P&gt;__asm nop; &lt;/P&gt;&lt;P&gt;#asm&lt;/P&gt;&lt;P&gt;nop&lt;/P&gt;&lt;P&gt;nop&lt;/P&gt;&lt;P&gt;#endasm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XWP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284981#M20360</guid>
      <dc:creator>weapon</dc:creator>
      <dc:date>2014-02-12T09:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Including assembly code</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284982#M20361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Beenu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually assembly code can be included in a C file by using either an asm(); statement or an assembler macro. The asm(); statement allows the injection of maybe one or two assembler statements and the assembler macro allows for a whole assembler function or collection of statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the CodeWarrior documentation to see the exact syntax required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Including-assembly-code/m-p/284982#M20361</guid>
      <dc:creator>iansmusical</dc:creator>
      <dc:date>2014-02-12T09:12:06Z</dc:date>
    </item>
  </channel>
</rss>

