Login  Register

"And" Gate

Posted by ron2308 on Feb 09, 2021; 5:26pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/And-Gate-tp4035661.html

I enclose here a print screen of the simulator:
    PARTS:
    // Put your code here:
        Nand (a=a, b=b, out=outm);
        Not (in=outm, out=out);
}
There was now massage - not a red one and not one confirming that it succeeded. when I enclosed different values, it gave answers which fit the truth table of the gate, but there is no output file.
I would be grateful for advice telling me what's wrong.
Thanks,
Ron