Open In App

Timing diagram of MVI instruction

Problem – Draw the timing diagram of the following code,

MVI B, 45 

Explanation 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 –



Article Tags :