Page 4 - TOPIC 3 PART 2
P. 4

1. DATA TRANSFER













                 ➢used to transfer data between:



                        • Registers.



                        • Register to memory location.


                 ➢COPY a number directly to register or


                     memory location



                        • MOVE.(B/W/L) <source>, <destination>



                        • MOVE.B #$29,D3


                        • MOVE.W D3,D6


                        • MOVE.L (A0)+,D0
   1   2   3   4   5   6   7   8   9