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

true or false

with explanation
edited by

1 Answer

1 votes
1 votes

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

Related questions

0 votes
0 votes
1 answer
1
lea asked Jun 12, 2023
290 views
0 votes
0 votes
1 answer
2
Aaryan_Sharma asked Dec 30, 2022
370 views
When we write MOV #1000 , it means we are writing the value 1000 into the accumulator. But when we write MOV 1000 here 1000 refers to address of what ? register or MM ? (...
2 votes
2 votes
1 answer
3
Subbu. asked Jul 14, 2022
495 views
Could you please explain How we can implement indirect addressing mode using Index addressing mode.. and vice versa..??