Re: confused on Figure 1.6 implementation of Xor gate
Posted by
ybakos on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/confused-on-Figure-1-6-implementation-of-Xor-gate-tp3706181p3707155.html
ErikY wrote
I don't see how the canonical function Not(a)b + aNot(b) (assuming that is right) turns into 5 parts.
((NOT a AND b) OR (a AND (NOT b))
How many logical operators do you see?