Re: Nand is not found?!
Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Nand-is-not-found-tp4027438p4028017.html
Hardware bus bits are numbered from RIGHT to LEFT. This is so that when the bus is carrying a binary number, bus[N] is the wire carrying the 2^N bit.
When sel=01, sel[0]=1 and sel[1] = 0.
--Mark