How to count effective address

Thread Starter

CSharpque

Joined Sep 23, 2011
40
i have question for addressing mod

AN instruction is stored at location 300 with its address field at location 301, the address field has the value 400. A processor register contains value 200. Evaluate effective address if addressing mode of instruction is
(1) direct
(2)Indirect
(3) relative
(4)register indirect
(5) index with R! as index register
for this plzz check attachment
 

Attachments

thatoneguy

Joined Feb 19, 2009
6,359
Can you post your attachment as a PDF? There are several PDF "Printer Drivers" for free available, which eliminates the threat of malicious malware/macros from .doc files.
 

thatoneguy

Joined Feb 19, 2009
6,359
Yep no sense.

Which processor register?

Which processor?

What are the op codes for the different address modes?

Is it a jump where the address in the accumulator points to the next instruction address?
 

Thread Starter

CSharpque

Joined Sep 23, 2011
40
i want all the effective address using all the direct, immediate,relative, register indirect and index with R! as register.

But i know only to find effective address using direct addressing technique and for that i have prepare that logical view of memory in attach pdf file.

so that address is right or wrong? and also tell me for other technique
 

thatoneguy

Joined Feb 19, 2009
6,359
Immediate uses the op code in the command
Indirect uses the value at the address provided in the command.

Using that, can you take a guess what the others might be? (look at wikipedia for definitions if needed)
 
Top