<?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>topic Re: How to include a piece of assembler language  in  a C program in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150202#M8057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the compiler manual for the S08, it has a HLI chapter.&lt;/P&gt;&lt;P&gt;When I remember right, the syntax is LDHX @name:0, but did not test it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Sep 2010 11:45:20 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2010-09-25T11:45:20Z</dc:date>
    <item>
      <title>How to include a piece of assembler language  in  a C program</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150199#M8054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am not able to solve the problem of variable&amp;nbsp; used in 'C'&amp;nbsp; part and those&amp;nbsp; used in assembler part.&lt;/P&gt;&lt;P&gt;I have defined in "C" program&lt;/P&gt;&lt;P&gt;byte name[5]&lt;/P&gt;&lt;P&gt;I want to include a piece of assembler already done where I have&lt;/P&gt;&lt;P&gt;asm&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;LDHX&amp;nbsp; (how I can load the address of Name[0] i.e... the address of the beginning of vector used in "C")&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;How I can use the variables I have in "C" part of program in assembler part and conversely.&lt;/P&gt;&lt;P&gt;Suggest me some fonts.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 23:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150199#M8054</guid>
      <dc:creator>Pablos</dc:creator>
      <dc:date>2010-09-23T23:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a piece of assembler language in a C program</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150200#M8055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which MCU are you targeting?&lt;/P&gt;&lt;P&gt;Which compiler are you using (Freescale, ...)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 16:45:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150200#M8055</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-09-24T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a piece of assembler language in a C program</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150201#M8056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CPU is MC9S08AW32 and I am working with CodeWarrior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 22:30:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150201#M8056</guid>
      <dc:creator>Pablos</dc:creator>
      <dc:date>2010-09-24T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a piece of assembler language  in  a C program</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150202#M8057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the compiler manual for the S08, it has a HLI chapter.&lt;/P&gt;&lt;P&gt;When I remember right, the syntax is LDHX @name:0, but did not test it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 11:45:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150202#M8057</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2010-09-25T11:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to include a piece of assembler language in a C program</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150203#M8058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it is working OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 16:57:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/How-to-include-a-piece-of-assembler-language-in-a-C-program/m-p/150203#M8058</guid>
      <dc:creator>Pablos</dc:creator>
      <dc:date>2010-09-25T16:57:19Z</dc:date>
    </item>
  </channel>
</rss>

