Which of the following statements is/are true about "MVI A, 32H" instruction…
2022
Which of the following statements is/are true about "MVI A, 32H" instruction of the 8085?
(i) It is a 2-byte instruction.
(ii) It moves the hexadecimal data 32H in the accumulator.
- A.
Only (i)
- B.
Only (ii)
- C.
Both (i) and (ii)
- D.
Neither (i) nor (ii)
Attempted by 81 students.
Show answer & explanation
Correct answer: C
The MVI A, 32H instruction requires two bytes: one for the opcode and one for the immediate data. It specifically loads the hexadecimal value 32H into the accumulator register A. Thus, both provided statements accurately describe this operation.