Built all the chips except for the ALU.

This commit is contained in:
2021-01-25 20:15:03 -06:00
parent 6591f9d264
commit e0703c9f60
8 changed files with 48 additions and 0 deletions
+1
View File
@@ -14,4 +14,5 @@ CHIP Inc16 {
PARTS:
// Put you code here:
Add16(a=in, b[0]=true, out=out);
}