retagged by
205 views
1 votes
1 votes

Assume the instruction is LOAD 1000(R2),R1 ; and it follows indexed addressing mode where 1000 is memory address and the register R2 has the index value,8. Assume the system is word addressable system and 1 word = 4 Bytes...

Now A) Effective address = 1000 + 8 ?????  (or)

        B) Effective address = 1000 + (8*4) , since 1 word = 4 bytes ... ???? 

Which is correct A) or B) ????

retagged by

1 Answer

Related questions

1 votes
1 votes
0 answers
1
Vicky rix asked Jul 18, 2017
300 views
Will a RAW hazard always cause the pipeline to stall ??? NO right ?Here though we have RAW hazard it doesnot need to stall the pipeline .. right ???
2 votes
2 votes
2 answers
2
Vicky rix asked Jul 15, 2017
309 views
is it 5 or 4 ..?? some places i am finding it as 4 (number of cycles) and in some places it is given as 5(number of slots)..please confirm
1 votes
1 votes
0 answers
3
Nandkishor3939 asked Jan 19, 2019
776 views
In a processor each instruction execution completes in 4 clock cycle with 2.5 gigahertz. The same processor is transformed into a pipelined processor with five stages ope...
2 votes
2 votes
1 answer
4