MOV Instruction


Syntax: MOV Rd,Rs
Where Rs and Rd are general purpose registers (A,B,C,D,E,H andL)
Byte: 1byte
Addressing Mode: Register Addressing
Example: MOV A,B where [B] = 22H
After execution of MOV A,B
[A] = 22H 
[B] = 22H

Comments

Popular posts from this blog

SBB