in CO and Architecture retagged by
244 views
0 votes
0 votes

in CO and Architecture retagged by
244 views

2 Comments

It didn't specify whether it's direct or indirect, taking direct memory will lead one memory access
0
0

this is indirect @Hemanth_13 , if its memory indirect then 2 memory visits, 

if register indirect then 1 memory visit

0
0

1 Answer

0 votes
0 votes

Instruction: ADD R1, @A

Here, @ shows its indirect addressing mode,

1. If its Memory Indirect addressing mode then Memory Visits=2(as shown below)

 

2.If its Register Indirect addressing mode then Memory Visits=1(as shown below)

Related questions