546 views

2 Answers

Best answer
1 votes
1 votes
Not sure
but I think
for INDIRECT its 2 Memory accesses= 1 as EA refernce to get the EA and 2nd as Operand fetch to get the actual operand from EA

in INDEX and BASE - its same as direct so 1 in each
someone please confirm..
selected by
0 votes
0 votes
register indirect mode > 2 //1 for instruction + 1 for operand address

index register mode    > 1 // 1 for instruction

base register mode     > 1 // 1 for instruction

Related questions

0 votes
0 votes
1 answer
1
aditi19 asked Apr 1, 2019
850 views
How many memory accesses are there in this code?LOAD R1, a(RO)
0 votes
0 votes
1 answer
4
ankitgupta.1729 asked Dec 10, 2017
626 views
In Numerical answer type questions, when we have to consider simultaneous memory access and when we have to use hierarchical memory access model? How to know it?