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

NOT(in=b, out=notb);

AND(a=a, b=notb, out=w1);
Hope this makes it obvious.
--Mark