Login  Register

Re: "And" Gate

Posted by Sergey on Feb 15, 2021; 6:09am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/And-Gate-tp4035661p4035677.html

PARTS:
    // Put your code here:
        Nand (a=a, b=b, out=outnot);
        Not (in=outnot, out=out);
}
Code is working. I test it. Problem again in Not. Need use buil-in Not.