Built all the chips except for the ALU.
This commit is contained in:
@@ -14,4 +14,6 @@ CHIP HalfAdder {
|
||||
|
||||
PARTS:
|
||||
// Put you code here:
|
||||
Xor(a=a, b=b, out=sum);
|
||||
And(a=a, b=b, out=carry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user