<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: MOVEA Adr Indirect Post Increment</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196517#M8751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://forums.freescale.com/freescale/view_profile?user.id=4267" target="_blank"&gt;&lt;SPAN&gt;pgo&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; and &lt;SPAN class="UserName"&gt;&lt;A href="http://forums.freescale.com/t5/user/viewprofilepage/user-id/4417" target="_self"&gt;&lt;SPAN&gt;&lt;FONT size="3"&gt;Simon Marsden&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;you are right, and I was wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;Recently, I verified it&amp;nbsp;with GNU compiler and some debugger.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;Again, I am sorry for my confuse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:57 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:58 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:58 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 18:56:05 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2009-07-06T18:56:05Z</dc:date>
    <item>
      <title>MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196512#M8746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a few questions on the following Coldfire MOVEA instruction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;movea.w (%a2)+,%a3&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=mem[a2.w]; a2=a2+2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Does A3 load 16 or 32 bits?&amp;nbsp; I suspect all 32-bits are loaded from the sign-extended memory location pointed to by A2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Does A2 increment by 2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. What does the "%" represent?&amp;nbsp; Is it assembler specific?&lt;/P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there overlap/redundency between instructions LEA &amp;amp; MOVEA?&amp;nbsp; Are the following eqivalent?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;movea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2009 04:09:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196512#M8746</guid>
      <dc:creator>tupdegrove</dc:creator>
      <dc:date>2009-07-04T04:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196513#M8747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; movea.w (%a2)+,%a3&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=mem[a2.w]; a2=a2+2&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 1. Does A3 load 16 or 32 bits?&amp;nbsp; I suspect all 32-bits are loaded from the sign-extended memory&lt;/P&gt;&lt;P&gt;&amp;gt; location pointed to by A2.&lt;/P&gt;&lt;P&gt;&amp;gt; 2. Does A2 increment by 2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lower 16 bit of the&amp;nbsp;value, which is pointed by register A2, is sign extended to 32 bits and then is loaded to register A3. Then, register A2 is incremented by 2.&lt;/P&gt;&lt;P&gt;The original comment is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; 3. What does the "%" represent?&amp;nbsp; Is it assembler specific?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prefix '%' is demanded by GNU assembler for registers.&lt;/P&gt;&amp;nbsp;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Is there overlap/redundency between instructions LEA &amp;amp; MOVEA?&amp;nbsp; Are the following eqivalent?&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt; lea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;&amp;gt; movea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, above lines are equivalent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the below document&amp;nbsp;for explicit explanation of ColdFire assembler.&amp;nbsp; Notation of CodeWarrior is used in the document.&amp;nbsp; The document can be downloaded from &lt;A href="http://www.freescale.com/" rel="nofollow" target="_blank"&gt;www.freescale.com&lt;/A&gt;&lt;/P&gt;"&lt;STRONG&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;ColdFire&lt;FONT face="Helvetica-Bold" size="5"&gt;&lt;FONT face="Helvetica-Bold" size="5"&gt;®&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;Family&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;&lt;FONT face="Helvetica-Bold" size="7"&gt;Programmer’s Reference Manual&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;FONT face="Helvetica"&gt;&lt;/FONT&gt;&lt;P align="left"&gt;&lt;FONT face="Helvetica"&gt;Document Number: CFPRM&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT face="Helvetica"&gt;Rev. 3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Helvetica"&gt;03/2005&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Helvetica"&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2009 10:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196513#M8747</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2009-07-04T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196514#M8748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's been a while since I've done 68000 assembler but I believe the last two instructions have different effects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; lea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=&amp;amp;mem[a2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This loads the EFFECTIVE ADDRESS of the memory location indicated rather than the contents of the memory location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; movea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;This loads the CONTENTS of the memory location.&amp;nbsp; This is a move instruction that happens to have a address register as its destination i.e. MOVE with an A suffix.&amp;nbsp; I suspect the assembler would also accept&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; move.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; #a3=mem[a2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I don't have a gnu assembler to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following few lines shows an example of using lea:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; data:&amp;nbsp; ds.b 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // create an array of data somewhere&lt;BR /&gt;&amp;nbsp;&amp;nbsp; .....&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lea.l&amp;nbsp; data,a3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a3 = &amp;amp;data[0]&amp;nbsp; =&amp;gt; point a3 at start of data array&lt;/P&gt;&lt;P&gt;&amp;nbsp; move.l 100(a3),d0&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d0 = data[100] =&amp;gt; access an element of the array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;bye&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2009 13:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196514#M8748</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2009-07-04T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196515#M8749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry no, that's not correct !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEA is not equivalent to MOVEA in the example you gave. It should read:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lea.l (%a2),%a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #a3=a2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. the LEA instruction copies the ADDRESS of the left operand into the A3 register, it doesn't do a memory read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a clearer example, consider the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; lea.l &amp;nbsp; 10(%a2),%a3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, A3 gets the address A2+10, and not the contents of memory at this address. You would have to write "movea.l&amp;nbsp; 10(%a2),%a3" for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 15:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196515#M8749</guid>
      <dc:creator>SimonMarsden_de</dc:creator>
      <dc:date>2009-07-06T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196516#M8750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaargh. pgo and I posted at the same time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I meant to say that yevgenit was not correct. I'm in agreement with pgo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 15:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196516#M8750</guid>
      <dc:creator>SimonMarsden_de</dc:creator>
      <dc:date>2009-07-06T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196517#M8751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://forums.freescale.com/freescale/view_profile?user.id=4267" target="_blank"&gt;&lt;SPAN&gt;pgo&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; and &lt;SPAN class="UserName"&gt;&lt;A href="http://forums.freescale.com/t5/user/viewprofilepage/user-id/4417" target="_self"&gt;&lt;SPAN&gt;&lt;FONT size="3"&gt;Simon Marsden&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;you are right, and I was wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;Recently, I verified it&amp;nbsp;with GNU compiler and some debugger.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName"&gt;Again, I am sorry for my confuse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:57 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:58 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by yevgenit on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-07-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:58 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:56:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196517#M8751</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2009-07-06T18:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Indirect Post Increment</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196518#M8752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&amp;nbsp; Thank-you all for the great help.&amp;nbsp; I'm sure I'll have more questions as I go through the programmer's reference manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 19:10:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196518#M8752</guid>
      <dc:creator>tupdegrove</dc:creator>
      <dc:date>2009-07-06T19:10:29Z</dc:date>
    </item>
    <item>
      <title>MOVEA Adr Direct</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196519#M8753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the previous example of a movea instruction from indirect to direct address mode. Now I think these are the same.&amp;nbsp; Can someone confirm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lea.l (a2),a3 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //a3=a2 (using indirect adr mode)&lt;/P&gt;&lt;P&gt;movea.l a2,a3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; //a3=a2 (using direct adr mode)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 03:47:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196519#M8753</guid>
      <dc:creator>tupdegrove</dc:creator>
      <dc:date>2009-07-08T03:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: MOVEA Adr Direct</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196520#M8754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear tupdegrove,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the two examples you give are equivalent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously, the lea example does not really show the usefulness of the instruction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 09:36:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MOVEA-Adr-Indirect-Post-Increment/m-p/196520#M8754</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2009-07-08T09:36:42Z</dc:date>
    </item>
  </channel>
</rss>

