Multiple choice general knowledge science & technology

What is the instruction for AND operation

  1. AND

  2. ANA

  3. ANI

  4. ANC

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

In 8085 assembly language, ANA (AND Accumulator) is the instruction for performing logical AND operation between the accumulator and a specified register or memory location. AND is not a valid 8085 mnemonic, ANI is for AND Immediate (with a constant), and ANC is not a standard 8085 instruction.