Addressing - Moods
Addressing - Moods
add R1,x
add R1,500
add R1,[x]
The second instruction has the value directly which means that
there is no need to visit the main memory.
Well,
Now :
8 ⇒ 23 ⇒ n=3
As we see in the figure 6.1, there are three types fall within this
category :
address Content
Memory
Address Content
……..
-----------------------------------------------------------------------------------------
address Content
30 add R1,[x]
31 700
……
700 30
Memory
As we see in the figure 6.1, there are four types fall within this
category :
add R1,R2
add R1,[R2]+
This type of addressing mode has three subtypes but they share
one Law :
EA= value + part of address (instruction)
SOL:
direct - 400
Q/base and implied mode are not included in the solution, why?