Assembler Reference
ARM DUI 0068B Copyright © 2000, 2001 ARM Limited. All r ights reserved. 3-31
Boolean operators
These are the operators w ith the lowest preceden ce. They perform the sta ndard logical
operations on their operands.
In all three cases both A and B must be expressions that evaluate to either
{TRUE}
or
{FALSE}
.
Table3-10 shows the Boolean operators.
Table3-10 Boolean operators
Operator Usage Explanation
LAND A:LAND:B
Logical AND of A and B
LOR A:LOR:B
Logical OR of A and B
LEOR A:LEOR:B
Logical Exclusive OR of A and B