<?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: 16 bit in CW in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124956#M67</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Which processor are you targeting (MPC, Coldfire, HC12, ...)?&lt;/P&gt;&lt;P&gt;What are you trying to do exactly?&lt;/P&gt;&lt;P&gt;Are you trying to access MSByte and LSByte from an address in assembler?&lt;BR /&gt;Are you trying to do that in ANSI C?&lt;/P&gt;&lt;P&gt;I need more information to provide an answer.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2006 13:41:44 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2006-07-27T13:41:44Z</dc:date>
    <item>
      <title>16 bit in CW</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124955#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;How do you access only the high and low byte in CW?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 17:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124955#M66</guid>
      <dc:creator>ernestsnaith</dc:creator>
      <dc:date>2006-07-26T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: 16 bit in CW</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124956#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Which processor are you targeting (MPC, Coldfire, HC12, ...)?&lt;/P&gt;&lt;P&gt;What are you trying to do exactly?&lt;/P&gt;&lt;P&gt;Are you trying to access MSByte and LSByte from an address in assembler?&lt;BR /&gt;Are you trying to do that in ANSI C?&lt;/P&gt;&lt;P&gt;I need more information to provide an answer.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 13:41:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124956#M67</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-07-27T13:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: 16 bit in CW</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124957#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;int a16bitNumber = 0x1122;&lt;BR /&gt;char* ptr;&lt;BR /&gt;char lowByte, highByte;&lt;BR /&gt;ptr = (char*)&amp;amp;a16bitNumber;&lt;BR /&gt;highByte = *ptr++;&lt;BR /&gt;lowByte = *ptr;&lt;/P&gt;&lt;P&gt;Now highByte will hold 0x11 and lowByte will hold 0x22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 00:53:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124957#M68</guid>
      <dc:creator>rhinoceroshead</dc:creator>
      <dc:date>2006-08-01T00:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: 16 bit in CW</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124958#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I still need to know the processor you are targeting (HC08, HC12, Coldfire, EPPC5xx, .....)&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 14:47:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/16-bit-in-CW/m-p/124958#M69</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-08-15T14:47:15Z</dc:date>
    </item>
  </channel>
</rss>

