Moderate

Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops_______________?

Correct answer: C. LOADA h#OD4E, i

  • A. ASRA
  • B. ADDA h#01FE, i
  • C. LOADA h#OD4E, i
  • D. STOREA h#014B, d

Explanation

The leading 08 identifies LOADA, and the remaining 0D4E is the hexadecimal operand with immediate addressing. Therefore the instruction is LOADA h#0D4E, i.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions