Datasheet

114
SAM4S Series [DATASHEET]
11100F–ATARM–29-Jan-14
cond is an optional condition code, see “Conditional Execution” .
Rd is the destination register.
Rn is the register holding the first operand.
Operand2 is a flexible second operand. See “Flexible Second Operand” for details of the
options
Operation
The AND, EOR, and ORR instructions perform bitwise AND, Exclusive OR, and OR operations on the values in Rn and
Operand2.
The BIC instruction performs an AND operation on the bits in Rn with the complements of the corresponding bits in the
value of Operand2.
The ORN instruction performs an OR operation on the bits in Rn with the complements of the corresponding bits in the
value of Operand2.
Restrictions
Do not use SP and do not use PC.
Condition Flags
If
S
is specified, these instructions:
Update the N and Z flags according to the result
Can update the C flag during the calculation of Operand2, see “Flexible Second Operand”
Do not affect the V flag.