What is the instruction for AND operation
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.