<?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>S12 / MagniV Microcontrollers中的主题 Re: How to convert a program written in absolute assembler to relocatable assembler</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2135279#M20643</link>
    <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;I still can't find any instructions on how to do this so I just used the Fibo number sample and inserted my code and played around just trying things by trial and error. I was able to get part of the program to work but when I initialized the RTI and tried to run it it the debugger just gave me an illegal break point. I had a look at all the files in the project but I don't know what I should be modifying. Any suggestions would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 00:03:34 GMT</pubDate>
    <dc:creator>roberthiebert</dc:creator>
    <dc:date>2025-07-17T00:03:34Z</dc:date>
    <item>
      <title>How to convert a program written in absolute assembler to relocatable assembler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2134618#M20642</link>
      <description>&lt;P&gt;Code Warrior IDE V5.9.0 special edition.&lt;/P&gt;&lt;P&gt;I have written a relatively small test program in absolute assembler that I am trying to convert to relocatable assembler. I haven't been able to find any instructions on how this can be done. Any suggestions would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 04:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2134618#M20642</guid>
      <dc:creator>roberthiebert</dc:creator>
      <dc:date>2025-07-16T04:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a program written in absolute assembler to relocatable assembler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2135279#M20643</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;I still can't find any instructions on how to do this so I just used the Fibo number sample and inserted my code and played around just trying things by trial and error. I was able to get part of the program to work but when I initialized the RTI and tried to run it it the debugger just gave me an illegal break point. I had a look at all the files in the project but I don't know what I should be modifying. Any suggestions would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 00:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2135279#M20643</guid>
      <dc:creator>roberthiebert</dc:creator>
      <dc:date>2025-07-17T00:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a program written in absolute assembler to relocatable assembler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2135949#M20653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What about approach in the example I prepared.&lt;BR /&gt;You can investigate all things I set for RTI and all interrupts to be able to debug it and also investigate (during debugging) which interrupt was solve in the function CATCH_ME.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2135949#M20653</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2025-07-17T16:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a program written in absolute assembler to relocatable assembler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2136050#M20654</link>
      <description>&lt;P&gt;Got it.&lt;/P&gt;&lt;P&gt;I see that the interrupt vectors are declared in the M9S12XEP100.inc file, so that is how you could declare them without an ORG statement. I am able to get my test program to work with relocatable assembler. Now I have to try and get the RTI interrupt to be handled by XGATE. I'll try the sample dual core example and see if I can figure how to work my code into it.&lt;/P&gt;&lt;P&gt;Thanks so much for your help Ladislav.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 21:09:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2136050#M20654</guid>
      <dc:creator>roberthiebert</dc:creator>
      <dc:date>2025-07-17T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a program written in absolute assembler to relocatable assembler</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2136472#M20655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;hmmm, I suppose I have not missed anything but the ORG in the example is used to fill address of service routine into the interrupt vector address.&lt;/P&gt;
&lt;P&gt;The definition in the inc file (equ) only defines vector address but not its content.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 09:41:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-convert-a-program-written-in-absolute-assembler-to/m-p/2136472#M20655</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2025-07-18T09:41:04Z</dc:date>
    </item>
  </channel>
</rss>

