3,342 views

1 Answer

3 votes
3 votes
In Relative Addressing Mode EA is calculated=Operand Address+PC value

PC points to next instruction.

Here it is 2 word instruction

Address of word=W

So, next instruction to be executed in W+2

Adress field of instruction Y is M[Y]

So, relative address will be =(W+2)+M[Y]

Related questions

6 votes
6 votes
1 answer
2
dragonball asked Dec 17, 2017
3,800 views
A two- word instruction is stored in a location A. The operand part of instruction holds B. If the addressing mode is relative , the operand is available in location :A. ...