Re: Constant value

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Constant-value-tp4025187p4025188.html

FloatingGhost wrote
I'm trying the 16-bit increment, but I can't seem to get a 0000000000000001 constant to use Add16 with. How would I go about doing it?
Read appendix A.5.3 about buses. Use subscripting to connect b bit 0 to true and b bits 1-15 to false.

--Mark