Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ADDX

ADDX   Add Extended

Compatibility: 68000, 68010, 68020, CPU32 families

Destination  +  Source  +  X  -> Destination

Assembler Syntax:ADDX Dy,Dx
ADDX -(Ay),-(Ax)

Size:  Byte, Word or Long



Condition Codes:
N    Set if result negative, else cleared
Z    Cleared if result non-zero, else unchanged
V    Set if overflow, else cleared
C    Set if carry generated, else cleared
X    Set same as carry