Re: Mux4Way16
Posted by WBahn on May 09, 2024; 6:56am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Mux4Way16-tp4037818p4037830.html
That's fine. We'll get there.
Let's make the issue easier to see by replacing sel[0] with x and sel[1] with y.
That makes it
And(a=x, b=x, out=out1);
while claiming that it somehow is doing something based on the relationship between x and y.
Do you see the problem?