<?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 CW assembler ORG problem in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173355#M11828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Code Warrior to assemble assembler code only&lt;/P&gt;&lt;P&gt;I what to position a table on the next 256 byte memory boundary after my code&lt;/P&gt;&lt;P&gt;Other assemblers will allow:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG &amp;nbsp; * &amp;amp; $0FF00&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG &amp;nbsp; * +$100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but CW says 'complex relocatbale expression not supported'&lt;/P&gt;&lt;P&gt;How can I do this in CW?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Apr 2009 12:12:58 GMT</pubDate>
    <dc:creator>donw</dc:creator>
    <dc:date>2009-04-19T12:12:58Z</dc:date>
    <item>
      <title>CW assembler ORG problem</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173355#M11828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Code Warrior to assemble assembler code only&lt;/P&gt;&lt;P&gt;I what to position a table on the next 256 byte memory boundary after my code&lt;/P&gt;&lt;P&gt;Other assemblers will allow:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG &amp;nbsp; * &amp;amp; $0FF00&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG &amp;nbsp; * +$100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but CW says 'complex relocatbale expression not supported'&lt;/P&gt;&lt;P&gt;How can I do this in CW?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2009 12:12:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173355#M11828</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2009-04-19T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: CW assembler ORG problem</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173356#M11829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Don,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have successfully used the following construct for CW absolute assembly -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ORG ((*/$100 + 1)*$100)&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Start new page&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The whole expression does need to be enclosed in parenthesis, as shown.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Mac&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2009 20:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173356#M11829</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-04-19T20:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: CW assembler ORG problem</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173357#M11830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;My code also works now.&lt;/P&gt;&lt;P&gt;I added&amp;nbsp;&lt;/P&gt;&lt;P&gt;XREF _Startup&lt;/P&gt;&lt;P&gt;to my list of vectors (@ fffe) , and it now assembles!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 04:25:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/CW-assembler-ORG-problem/m-p/173357#M11830</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2009-04-20T04:25:07Z</dc:date>
    </item>
  </channel>
</rss>

