Re: Dmux
Posted by jonzzzsat on Jul 27, 2019; 3:32pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Dmux-tp4033425p4033427.html
a=Not(sel)ANDNOT(in)OR(in)
b=(sel)ANDNOT(in)OR(in)
from this:
[(sel)ORNOT(sel)]
Not(in)OR(in)
a or b
I have been examining the truth tables for clues, and I've tried a number of implementations , but none of my ideas are working.