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
SUBA affects always all 32 bits in the destination address register.
FLAGS: Unaffected
SYNTAX: SUBA <ea>,An
EXAMPLE CODE:
SUBA A1,A2 subtracts A1 from A2