Re: Program Counter Implementation
Posted by cadet1620 on Mar 26, 2012; 7:47pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Program-Counter-Implementation-tp2974049p3859195.html
Sorry to confuse you. I meant Register but my traitorous fingers typed DFF.
The PC is similar to the Bit in construction, except that Register replaces the DFF. The combinatorial logic for Bit switches between reloading the DFF output or the input value depending on load.
The PC's combinatorial logic works similarly, but as you have identified, there are more choices.
If you want more explicit help, you can contact me directly via email (More>Reply to author).
--Mark