Re: Condition to logic

Posted by nandona on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Condition-to-logic-tp4034355p4034366.html

This is table I got:
in sel NOT(sel) out
0 1 0 0
1 1 0 0
0 0 1 0
1 0 1 1

this seems like its Not(in=sel, out=nsel);And(a=in, b=nsel, out=out);