ORI to CCR

ORI

to CCR

Operation:
Source V CCR -->; CCR

Assembler Syntax:
ORI #<data>, CCR

Attributes: Size = (Byte)

Description: Performs an inclusive-OR operation with the
condition codes and stores the result in the low-order byte
of the status register.

Condition Codes:

X Cleared if bit 4 of immediate operand is zero.
Unchanged otherwise.
N Cleared if bit 3 of immediate operand is zero.
Unchanged otherwise.
Z Cleared if bit 2 of immediate operand is zero.
Unchanged otherwise.
V Cleared if bit 1 of immediate operand is zero.
Unchanged otherwise.
C Cleared if bit 0 of immediate operand is zero.
Unchanged otherwise.