Re: confused on Figure 1.6 implementation of Xor gate

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/confused-on-Figure-1-6-implementation-of-Xor-gate-tp3706181p3707422.html

schematic with part highlighted
NOT(in=b, out=notb);


schematic with part highlighted
AND(a=a, b=notb, out=w1);

Hope this makes it obvious.

--Mark