Re: Program Counter Implementation
Posted by JustinM on Mar 22, 2013; 10:34am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Program-Counter-Implementation-tp2974049p4026510.html
WHEW... got it... Just the RAM chips left in the b folder and I can move on!
Thanks Ammarr, these words made the "light" go on insight my head... a joyous feeling.
increment > Load > reset
so i first increment and Mux it
then Load and Mux it
last i Reset and Mux it
That gave me the insight that I would need to reverse the pin arrangements (work from inside the nested if statements and out). Forcing my brain to stop thinking procedurally is not easy.
But guys... there's no need for the OR chips.