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
+5
View File
@@ -0,0 +1,5 @@
| in | out |
| 0000000000000000 | 0000000000000001 |
| 1111111111111111 | 0000000000000000 |
| 0000000000000101 | 0000000000000110 |
| 1111111111111011 | 1111111111111100 |