LDAX
Syntax: LDAX Rhp
Where Rhp is higher order register the pair. (HL, BC or DE)
Byte: 1byte
Addressing Mode: Register Indirect Addressing
Working: for execution of this instruction, microprocessor will allocate first byte for opcode and the operand is register which don't need allocation.
Example: LDAX B
where [C]= 50H
[B] = 20 H
[2050H]= 88H
After execution of LDAX B
[A]= 88 H
Comments
Post a Comment