sakumar wrote
Related, question (I think). Why is the decode module needed? Can't I directly use instruction[15] for i-bit etc.?
Some of the control signals should only be active during one type of instruction or the other. For example,
writeM better not happen during an @ instruction. Note that you don't need to make a "decode" chip; the instruction decode is part of the CPU.
--Mark