Category Archives: Instruction Decoder

Completing the MOV16 opcode

Over the last few days I have completed the soldered version of the MOV16 opcode. The task of the MOV16 opcode is to move the content of a 16-bit wide register into another one. The following VHDL code shows the simulated version of the opcode. [crayon-662ce62a15a66891992337/] As you can see from the implementation, it generates…
Read more