ADDRESS METHODS: | Dn, An, (An), (An)+, -(An), x(An), x(An,xr.s), x.w, x.l, x(PC), x(PC,xr.s), #x |
DATA LENGTH: Longword
FLAGS: Unaffected
SYNTAX: MOVEA <ea>,An
Most assemblers choose MOVEA if you use MOVE with an address register as the destination.
EXAMPLE CODE:
MOVEA D0,A1 moves the contents of D0 into A1