Re: Stuck on CPU implementation

Posted by ivant on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Stuck-on-CPU-implementation-tp4032304p4032306.html

Yes, the CPU is the hardest hardware project from the book. The good news is, that it consists of relatively simple parts. You can start by implementing the instruction decoder, because it drives a lot of the internal signals.

And you can leave the jump logic for last, because it's a bit confusing, but on the other hand it only changes the PC.