Opcode Format | Mnemonic | Description |
00DDDSSS | MOV | The MOV mnemonic is used to move a 8-bit long General Purpose Register value through the Data Bus to another 8-bit General Purpose Register. |
Bits | Description |
DDD | Destination Register:
|
SSS | Source Register:
|
The following animation shows how the MOV opcode is executed physically on the CPU.