What functionality is performed by the instruction str R8 34 of-05611
What functionality is performed by the instruction "str R8, 34" of SRC?
This multiple choice question (MCQ) is related to the book/course vu cs501 Advance Computer Architecture. It can also be found in vu cs501 Mid Term - Quiz No.3.
What functionality is performed by the instruction "str R8, 34" of SRC?
It will load the register R8 with the contents of the memory location M [PC+34]
It will load the register R8 with the relative address itself (PC+34).
It will store the register R8 contents to the memory location M [PC+34]
No operation