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.

Answer: C. Both (i) and (ii)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…

  1. A.

    Only (i)

  2. B.

    Only (ii)

  3. C.

    Both (i) and (ii)

  4. D.

    Neither (i) nor (ii)

Attempted by 216 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…