edited by
2,255 views
2 2 votes
Indirect addressing modes through registers can be used to access global variables

true or false

with explanation

1 Answer

1 1 vote

Indirect addressing modes through registers can be used to access global variables
 

Indirect addressing mode  mainly used like pointers. The register directly not contains operand, but it contains address of operand. And on the other hand global variable has .bss memory requirement. So if the register contains address of memory in register, then the statement is must true

Position:
Show:

No related questions found