<?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 32bit additon on the HC08 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153682#M8623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color: #000000; font-family: Century; font-size: 4;"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am assuming this is possible?&lt;BR /&gt;I need to be able to increment a number by 254 until it reaches&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;SPAN style="color: #000000; font-family: Century; font-size: 4;"&gt;$06000000.&lt;BR /&gt;Can anybody please demonstrate in assembler how this might be done?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ross&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 19:18:45 GMT</pubDate>
    <dc:creator>Bloodhound</dc:creator>
    <dc:date>2009-02-17T19:18:45Z</dc:date>
    <item>
      <title>32bit additon on the HC08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153682#M8623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color: #000000; font-family: Century; font-size: 4;"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am assuming this is possible?&lt;BR /&gt;I need to be able to increment a number by 254 until it reaches&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;SPAN style="color: #000000; font-family: Century; font-size: 4;"&gt;$06000000.&lt;BR /&gt;Can anybody please demonstrate in assembler how this might be done?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ross&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 19:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153682#M8623</guid>
      <dc:creator>Bloodhound</dc:creator>
      <dc:date>2009-02-17T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit additon on the HC08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153683#M8624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Ross,&lt;BR /&gt;&lt;BR /&gt;Anything can be done, it just a matter of how much code is required.&lt;BR /&gt;here is a full programme that will run in GP32 simulator.&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt; org $40num rmb 4  ;4 bytes of storage org $8000start clr num  ;clear storage clr num+1 clr num+2 clr num+3 loop lda num+3 sta $FFFF  ;reset COP add #$FE  ;add 254 sta num+3 bcc loop inc num+2 bne loop inc num+1 bne loop inc num lda num  ;test MSByte cmp #6  ;for $06 bne loop  ;loop back if not equalend sta $FFFF  ;reset COP bra end  ;loop here when finished org $FFFE  ;reset vector dw start&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:56:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153683#M8624</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2020-10-29T08:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit additon on the HC08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153684#M8625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks Peg, makes perfect sense, much appreciated.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ross&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/32bit-additon-on-the-HC08/m-p/153684#M8625</guid>
      <dc:creator>Bloodhound</dc:creator>
      <dc:date>2009-02-18T08:20:52Z</dc:date>
    </item>
  </channel>
</rss>

