Multiple choice

Which instruction performes a logical AND function between the specified byte, either in a register or in the address contained in the H & L register and the contents of the accumulator?

  1. AND instruction

  2. AND immediate

  3. Compare instruction

  4. OR instruction

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AND instruction performes a logical AND function between the specified byte, either in a register or in the address contained in the H & L register, and the contents of the accumulator.