Re: Condition to logic
Posted by ivant on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Condition-to-logic-tp4034355p4034356.html
Let's start with a simpler problem: create a circuit which has 2 inputs: in and sel and one output out. The output should be equal to in if sel == 1 and to 0 otherwise.
What would be the truth table for this circuit?