<?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: Looking for simple relocatable example in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1299218#M7797</link>
    <description>&lt;P&gt;Hello ZhangJennie,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response again!&lt;/P&gt;&lt;P&gt;I was hoping for an assembly language example. The MCP file opened, but, it was not able to be compiled.&lt;/P&gt;&lt;P&gt;I have attached my test file that I have been trying to learn from.&lt;/P&gt;&lt;P&gt;Thank you very much for your help on this!&lt;/P&gt;&lt;P&gt;Have a wonderful day!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 17:01:43 GMT</pubDate>
    <dc:creator>e_taylor</dc:creator>
    <dc:date>2021-06-28T17:01:43Z</dc:date>
    <item>
      <title>Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1297976#M7793</link>
      <description>&lt;P&gt;Hello, I'm looking for a super simple relocatable assembly code example with a couple of asm files.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 22:06:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1297976#M7793</guid>
      <dc:creator>e_taylor</dc:creator>
      <dc:date>2021-06-24T22:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298297#M7794</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;e_taylor,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What's your chip PN and what's your CodeWarrior version?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 08:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298297#M7794</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-06-25T08:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298539#M7795</link>
      <description>&lt;P&gt;Hello ZhangJennie,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response!&lt;/P&gt;&lt;P&gt;9S12XDP512 and CW 5.2&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 16:43:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298539#M7795</guid>
      <dc:creator>e_taylor</dc:creator>
      <dc:date>2021-06-25T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298811#M7796</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In assembly, we use SECTION directive to declare reloadable section. The syntax is :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;name&amp;gt;:&amp;nbsp;&amp;nbsp;SECTION [SHORT][&amp;lt;number&amp;gt;]&lt;/P&gt;
&lt;P&gt;&amp;lt;name&amp;gt;&lt;SPAN&gt; is the name assigned to the section. Two &lt;/SPAN&gt;SECTION&lt;SPAN&gt; directives with the same name specified refer to the same section. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;number&amp;gt;&lt;SPAN&gt; is optional. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I just made a small sample on my side. See enclosed. In main.asm, asm_main is defined in MYASMCODE section, temp_byte is defined in MYASMRAM section. Please also see prm file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 03:15:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1298811#M7796</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-06-28T03:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1299218#M7797</link>
      <description>&lt;P&gt;Hello ZhangJennie,&lt;/P&gt;&lt;P&gt;Thank you for your prompt response again!&lt;/P&gt;&lt;P&gt;I was hoping for an assembly language example. The MCP file opened, but, it was not able to be compiled.&lt;/P&gt;&lt;P&gt;I have attached my test file that I have been trying to learn from.&lt;/P&gt;&lt;P&gt;Thank you very much for your help on this!&lt;/P&gt;&lt;P&gt;Have a wonderful day!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 17:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1299218#M7797</guid>
      <dc:creator>e_taylor</dc:creator>
      <dc:date>2021-06-28T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1305195#M7798</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Please enable "use text based project" , reopen CodeWarrior. then import my demo project again,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1625810800692.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/149340i91147C481BF15724/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1625810800692.png" alt="ZhangJennie_0-1625810800692.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 06:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1305195#M7798</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-07-09T06:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for simple relocatable example</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1305587#M7799</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;Have a wonderful day!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 17:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Looking-for-simple-relocatable-example/m-p/1305587#M7799</guid>
      <dc:creator>e_taylor</dc:creator>
      <dc:date>2021-07-09T17:27:20Z</dc:date>
    </item>
  </channel>
</rss>

