Re: Condition to logic
Posted by ivant on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Condition-to-logic-tp4034355p4034363.html
Yes, this is called AND gate. I assume you are doing them in the order described in the book, right?
Ok, now let's create another gate, with the following spec. it again has two inputs: in and sel, and one output out, such that out = in if sel == 0 and 0 if sel == 1.