Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SUBI

SUBI   Subtract Immediate


Destination - Immediate Data -> Destination


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


Size: Long

Subtracts the immediate data from the destination operand and stores the result in the destination location.


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 borrow, else cleared
X    Set same as carry