MVI Instruction

Syntax: MVI Rd,8-bit
Where Rd can be any of the general purpose registers (A,B,C,D,E,H andL)
Byte: 2byte
Addressing Mode: Immediate Addressing
Example: MVI B,22H
After execution of MVI B,22H
[B] = 22H



Comments

Popular posts from this blog

SUI