What does the instruction ldr R3 58 of SRC do-05499
What does the instruction "ldr R3, 58" of SRC do?
This multiple choice question (MCQ) is related to the book/course vu cs501 Advance Computer Architecture. It can also be found in vu cs501 Final Term - Quiz No.6.
What does the instruction "ldr R3, 58" of SRC do?
It will load the register R3 with the contents of the memory location M [PC+58]
It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation