ADDA Instruction



Binary addition to an address register. To make it possible to mix address operations with data operations, this instruction will not affect any flags.



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