Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->EORI

EORI    Exlusive OR Immediate

Destination EOR Immediate Data -> Destination


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

Size:    Long

Performs an exclusive-OR operation on the destination operand using the immediate data and the destination operand and stores the result in the destination location.  The size of the immediate data matches the operation size.

Condition Codes:

N    Set if most significant bit of result is set, else cleared
Z    Set if result zero, else cleared
V    Always cleared
C    Always cleared
X    Not affected