Multiple choice

Which of the following instructions perform a logical AND function between the specified byte, either in a register or in the address contained in the H and L registers, and the contents of the accumulator?

  1. AND Immediates

  2. ADD Instructions

  3. ADD Immediates

  4. AND Instructions

  5. MVI Group

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

These instructions perform a logical AND function between the specified byte, either in a register or in the address contained in the H&L registers, and the contents of the accumulator in 8085 processor.