You are on page 1of 6

Lab#09

Interfacing Keypad to 8051


Hardware:
1

0
Key Encoder (MM74C922)
Key Encoder (MM74C922)

y4
❖ Cjne dest, source, rel. addr.
cjne A,#00100100b,label1
Remember: It changes the CY flag.

❖ anl a,#00001111b
The ANL instruction performs a bitwise logical AND operation between the
specified byte or bit operands and stores the result in the destination operand.

You might also like