MVI M , data (Move to memory immediate)

The content of byte 2 of the instruction is moved to the memory location whose address is in register H and L .

, data 16 (Load register pair immediate)

Byte 3 of the instruction is moved in to the higher order register
of the register pair rp. Byte 2 of the instruction is moved into the low-order register
of the register pair
.