PPT Slide
Notes:
Now lets return the code example with the substitutions made. *MemA now is *A5++. *MemX is now *A6++, and *MemY is now *A7.
So we do a load, .D, *A5++ into register A0. This takes the value pointed to by A5 and places it into register A0. Then we increment the pointer, moving to the next place in memory.