2.6.5.2.4 Condition Flags
If S
is specified, these instructions:
- Update the
N
andZ
flags according to the result - Can update the
C
flag during the calculation of Operand2, see 2.6.3.3 Flexible Second Operand - Do not affect the
V
flag.
Examples
AND R9, R2, #0xFF00
ORREQ R2, R0, R5
ANDS R9, R8, #0x19
EORS R7, R11, #0x18181818
BIC R0, R1, #0xab
ORN R7, R11, R14, ROR #4
ORNS R7, R11, R14, ASR #32