Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->EOR

EOR    Exclusive OR Logical

Destination EOR Source -> Destination


Assembler Syntax:    EOR.L Dn,<ea>

Size:    Long

Performs an exclusive-OR operation on the destination operand using the source operand and stores the result in the destination location.

Condition Codes:

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

    
Allowable Addressing Modes
    
Dn,Dn
Dn,(An)
Dn,(An)+
Dn,-(An)
Dn,(d16,An)
Dn,(d8,An,Xn)
Dn,(xxx).W
Dn,(xxx).L