Make a CPU in 1 hour, maybe but not sure.
All my processors have no opcode, like x86 assembler, the instructions go directly where it is necessary, for example, to write 5 in the register 0 would be:
Immediate Value A → 5,
Function of ALU → 1,
Write Reg 0;
All this on one line.
All my processors have no opcode, like x86 assembler, the instructions go directly where it is necessary, for example, to write 5 in the register 0 would be:
Immediate Value A → 5,
Function of ALU → 1,
Write Reg 0;
All this on one line.