Re: Internal pin to bus
Posted by pango333 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Internal-pin-to-bus-tp4026005p4029920.html
Here's my code, if it helps:
Not16 (in=out, out=zr);
And (a=out[15], b=out[15], out=ng);
(While I'm at it, I'm getting an error message for the And gate, too: "Can't connect gate's output pin to part." Why is that?)