What is Register Indirect Addressing Mode ?
Register indirect Addressing Mode :-
In this mode of addressing the address of the operand is specified by a register pair.
Example are:
LXI H,2500H
MOV A, M
RST1
The instruction MOV A, M is example of register indirect addressing. For this instruction the operand is in the memory. The address of the memory is not directly given in the instruction. The address of the memory resides in H-L pair and this has already been specified by an earlier instruction in the program, i.e. LXIH, 2500H
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment