![]() |
VOOZH | about |
MVI B, 45Explanation of the command - It stores the immediate 8 bit data to a register or memory location. Example: MVI B, 45 Opcode: MVI Operand: B is the destination register and 45 is the source data which needs to be transferred to the register. '45' data will be stored in the B register. Algorithm -
MVI B, 45
2000: Opcode
2001: 45