ADDI Instruction


Adds a constant to an effective address. The source operand must be immediate.

ADDRESS METHODS: Dn, (An), (An)+, -(An), x(An), x(An,xr.s), x.w, x.l

DATA LENGTH: Byte, word, longword

FLAGS: X - Set if carry from the most significant bit, otherwise it is cleared.
N - S
Z - S
C - Same as X
V - S

SYNTAX: ADDI #x,<ea>

Most assemblers automatically choose ADDI if the source operand to an ADD instruction is immediate.