Re: Mux8Way16

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

Cardinal wrote
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?
Only two dots: sel=sel[0..1]

--Mark