Logical Operations

These operations perform logical operations on binary numbers. A logical operation is either "true" (1) or "false" (0).

AND, ANDI Logical AND on two binary integers
OR, ORI Logical OR
EOR, EORI Exclusive OR (XOR)
NOT Returns the operands ones complement (0 -> 1, 1 -> 0)