2.7 Condition Code Modification
This section indicates the effect of each CPU instruction on the condition code. The notation used
in the table is defined below.
m:
31 for longword operands, 15 for word operands, 7 for byte operands
S
i
:
The i-th bit of the source operand
D
i
:
The i-th bit of the destination operand
R
i
:
The i-th bit of the result
D
n
:
The specified bit in the destination operand
—:
Not affected
↕
:
Modified according to the result of the instruction (see definition)
0:
Always cleared to 0
1:
Always set to 1
*:
Undetermined (no guaranteed value)
Z':
Z flag before instruction execution
C':
C flag before instruction execution
221