Re: difficulties implementing incrementer
Posted by culchie on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/difficulties-implementing-incrementer-tp1576696p1578611.html
The Add16 chip adds 2, 16 bit numbers, which is also what you want to do with the Inc16.
So if you have already made the Add16 it sounds like you are trying to re-invent the wheel.
The example in Appendix A, section A.5.3 shows how to specify the values of the bits of a multi-bit input using true for 1 and false for 0 ( a[0..2]=true, a[3..5]=false etc.)