2.6.5.2.4 Condition Flags
If S is specified, these instructions:
- Update the
NandZflags according to the result - Can update the
Cflag during the calculation of Operand2, see Flexible Second Operand - Do not affect the
Vflag.
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
