Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ADDI

ADDI   Add Immediate

Destination + Immediate Data -> Destination


Assembler Syntax:  ADDI.L #<data>,Dn

Size: Long

Add immediate data to the destination operand and store the result in the destination location .  The size of the immediate data matches the operation size.

Condition Codes:

N  Set if result negative, else cleared
Z  Set if result zero, else cleared
V  Set if overflow, else cleared
C  Set if carry generated, else cleared
X  Set same as carry