EORI

EORI

Operation:
Immediate Data \sÅ Destination -->; Destination

Assembler Syntax:
EORI #<data>, <ea>

Attributes: Size = (Byte, Word, Long)

Description: Performs an exclusive-OR operation on the
immediate data and the destination operand, and stores the
result in the destination location. The size of the operation
may be specified as byte, word, or long. The size of the
immediate data matches the operation size.

Condition Codes:
X Not affected.
N Set if the most significant bit of the result is set.
Cleared otherwise.
Z Set if the result is zero. Cleared otherwise.
V Always cleared.
C Always cleared.