<?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>CodeWarrior Development ToolsのトピックRe: What does jmp 0,x mean</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759207#M6671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To separate different subject, please create a new thread for your new question.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please also add your problem&amp;nbsp; screenshot and demo project that showcase the error.&lt;/P&gt;&lt;P&gt;Thanks for your cooperation.&lt;/P&gt;&lt;P&gt;Jennie Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 02:25:51 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2018-04-26T02:25:51Z</dc:date>
    <item>
      <title>What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759203#M6667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，community&lt;/P&gt;&lt;P&gt;In the source of Bootloader_S12X of "AN4258SW", "JMP 0,x" in the starts12x.s file, why are two parameters, and 0 for what?&lt;BR /&gt;The source code is as follows：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="QQ图片20180424141322.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50490i65EFCCDC16D35FEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ图片20180424141322.png" alt="QQ图片20180424141322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope for advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 06:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759203#M6667</guid>
      <dc:creator>collapsar</dc:creator>
      <dc:date>2018-04-24T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759204#M6668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this code "jmp 0,x",&lt;/P&gt;&lt;P&gt;here 0 is offset.&lt;/P&gt;&lt;P&gt;x stored application reset vector address.&lt;/P&gt;&lt;P&gt;after execution jmp 0,x,&amp;nbsp; code jump to address (x+0) and execute there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 09:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759204#M6668</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-04-25T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759205#M6669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，Jennie&lt;/P&gt;&lt;P&gt;Thank you for your help, but I have a new problem. I haven't found the detailed document, and I have to trouble you.&lt;BR /&gt;It is not said that INIT _BootStart is the same as VECTOR 0 _BootStart, because there is also VECTOR 0 _BootStart in the file（project.prm，Bootloader_S12X，AN4258SW）, so I will comment out the INIT _BootStart, but the Error Link Error: L1115: Function _Startup not found, why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have a great day,&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Xudai Guo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759205#M6669</guid>
      <dc:creator>collapsar</dc:creator>
      <dc:date>2018-04-25T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759206#M6670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，jennie&lt;/P&gt;&lt;P&gt;About INIT _BootStart，I found out ：&lt;/P&gt;&lt;P&gt;If I comment out the INIT _BootStart and add the start12.c file of the other project to this project, there will be no errors to compile again. What does the INIT keyword do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Xudai Guo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 00:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759206#M6670</guid>
      <dc:creator>collapsar</dc:creator>
      <dc:date>2018-04-26T00:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759207#M6671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To separate different subject, please create a new thread for your new question.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please also add your problem&amp;nbsp; screenshot and demo project that showcase the error.&lt;/P&gt;&lt;P&gt;Thanks for your cooperation.&lt;/P&gt;&lt;P&gt;Jennie Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 02:25:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759207#M6671</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-04-26T02:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: What does jmp 0,x mean</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759208#M6672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 03:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/What-does-jmp-0-x-mean/m-p/759208#M6672</guid>
      <dc:creator>collapsar</dc:creator>
      <dc:date>2018-04-26T03:16:21Z</dc:date>
    </item>
  </channel>
</rss>

