Re: Mux8Way16
Posted by Cardinal on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux8Way16-tp3886305p3886311.html
Ok I figured it out, but now I'm having trouble selecting 2 bits fromt the 3 bit sel. I was using sel = sel[0...1] to use the 2 rightmost bits, but this isn't working. Any help?