'Wire' command?
Posted by Ferg on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Wire-command-tp2982387.html
Say I want a=b or a=b[0], a=b[1], a=b[2]... etc.
Is there a connect or wire command? I could double up not gates each time but it seems kinda wasteful.
It seems like if I have a 16 bit input and a 1 bit input I can't use the And16, Or16 chips without this.