26 Rabbit 2000/3000 Microprocessor
Description
Performs a logical AND operation between the byte in A and the 8-bit constant n. The relative bits of each
byte are compared (i.e., bit 0 of both bytes are compared, bit 1 of both bytes are compared, etc.). The associ-
ated bit in the result byte is set only if both the compared bits are set. The result is stored in A.
AND n
Opcode Instruction Clocks Operation
E6 n AND n 4 (2,2) A=A&n
Flags ALTD I/O
S Z L/V C F R SP S D
• • L 0 • •