Login  Register

Re: ALU Multiplexer

Posted by mdantzis on Feb 25, 2013; 4:48am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-Multiplexer-tp4026371p4026373.html



With this Mux16 would I have to And together the x, y and switches to output the 1 or zero?
If so wouldn’t  I need 16 Anding sets for each x[16] and y[16]?
Is there a better way?
Maybe I am mistaken to think that I load b=true and a=false, however if I load a=x and b=y I will
get the wrong output

thanks for the help