<?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: Newb Page Value Expected</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278435#M9997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. A very beginners mistake bit I have it fixed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 12:24:08 GMT</pubDate>
    <dc:creator>johnnorth</dc:creator>
    <dc:date>2013-03-05T12:24:08Z</dc:date>
    <item>
      <title>Newb Page Value Expected</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278431#M9993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm very new to this and trying to create a project for the MC9S12XHZ512 chip in assembly. I have used the wizards to set this up but whenever I try to do a CALL as in "call sub_E111, #$E9" I get a Page value expected.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; My assembler options are "-CPUHCS12X -D__RUN_XGATE_OUT_OF_FLAS -MapFlash"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and linker options are -MapFlash&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not changed anything else from the default except for defining my code. Is there something I need to set to enable this call?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 20:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278431#M9993</guid>
      <dc:creator>johnnorth</dc:creator>
      <dc:date>2013-02-28T20:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Page Value Expected</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278432#M9994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should note that Ive also tried adding the -mb command line flag to both the assembler and linker options for my target.&amp;nbsp; There are plenty of examples using C and these work, but I just cant get it to work when adding an asm file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 17:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278432#M9994</guid>
      <dc:creator>johnnorth</dc:creator>
      <dc:date>2013-03-01T17:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Page Value Expected</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278433#M9995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove the # sign.&lt;/P&gt;&lt;P&gt;Instead of specifying specific page number, in CW *.asm you can use the following notation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call&amp;nbsp;&amp;nbsp; foo, PAGE(foo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and even just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call&amp;nbsp;&amp;nbsp; foo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 17:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278433#M9995</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2013-03-01T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Page Value Expected</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278434#M9996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, was this helpful?&lt;/P&gt;&lt;P&gt;Please let us know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 17:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278434#M9996</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-03-04T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Newb Page Value Expected</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278435#M9997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. A very beginners mistake bit I have it fixed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Newb-Page-Value-Expected/m-p/278435#M9997</guid>
      <dc:creator>johnnorth</dc:creator>
      <dc:date>2013-03-05T12:24:08Z</dc:date>
    </item>
  </channel>
</rss>

