edited by
353 views

1 Answer

1 votes
1 votes
In direct and indirect addressing modes, there is no arithmetc addition operation. The addresses are obtained by dereferencing pointers to memory locations. In case of relative/base indexed addressing mode, the offset specified in the instruction is added to the base register.

Also, similarly in case of indexed addressing mode, the offset is added to the index register specified in the instruction set.

So, 2, 4, 6 are correct.

Related questions