Question: Select the instructions that implement the following two transfers: 1. Write the result of R5-R4 into the memory location specified by the address in R3
Select the instructions that implement the following two transfers:
1. Write the result of R5-R4 into the memory location specified by the address in R3
2. Store the result of adding the contents of R2 with the word specified by the address in AR into R1.
Question 3 options:
|
| R3 <--- R5 - R4 R1 <--- M[R2 + AR] |
|
| M[R3] <--- R5 + R4 + 1 R1 <--- R2 + M[AR] |
|
| M[R3] <--- R5 - R4 R1 <--- R2 + M[AR] |
|
| R3 <--- R5 - R4 R1 <--- M[R2] + M[AR] |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
