LDA


Syntax: LDA 16-bit
Where 16-bit is for memory location.
Byte: 3byte
Addressing Mode: Direct Addressing
Working: for execution of this instruction, microprocessor will allocate first byte for opcode, second byte for lower order address and third byte for higher order.
Example: LDA 4000H 
where [4000H] = A0 H
After execution of LDA 4000H
[A]= A0 H

Comments

Popular posts from this blog

SBB