Login  Register

Re: PC Counter

Posted by ybakos on Sep 12, 2016; 4:45pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/PC-Counter-tp4030223p4030224.html

The PC is a Program Counter. It is a chip that will:

- emit an increasing number. eg. 0, 1, 2, 3, 4...
- allow you to reset the counter, making it start over at 0.. then 1, 2, 3, 4...
- allow you to tell it to emit a particular number ("Hey PC, emit the number 420.")

Follow up with specific questions.