I am trying to solve a homework problem which is as follows:
Assume that we have the following values in the given memory locations:
Also assume that the base register R1 stores 200 and is always implicitly used for the indexed addressing mode. What datum is loaded into the accumulator if the instruction is
LOAD 1000
for Immediate addressing modes, Direct addressing modes, Indirect addressing modes, Base(Indexed) addressing modes respectively.A. 1300,1200,800,1100
B. 1000,1200,800,1300
C. 1000,1100,1200,800
D. 1000,1300,1230,800
Given answer is D.
How do we get 1230 as the value when Indirect addressing mode is used ?