|
I would be grateful for assistance - what is wrong with my code.
I'm copying it here - no respond from the simulator, but it did not work out.
I made it according to the DNF
PARTS:
// Put your code here:
Not (in=sel, out=notsel);
And (a=a, b=notsel, out=w1);
And (a=sel, b=b, out=w2);
Xor (a=w1, b=w2, out=out);
}
Thank you, Ron
|