ADDRESS METHODS: | Dn, An, (An), (An)+, -(An), x(An), x(An,xr.s), x.w, x.l, x(PC), x(PC,xr.s), #x |
The effective address must be the source.
DATA LENGTH: Word, longword
ADDA always affects all 32 bits in the destination address register.
FLAGS: Unaffected
SYNTAX: ADDA <ea>,An
EXAMPLE CODE:
ADDA A1,A2 *adds the address in A1 to A2