Add Project 2 to README

This commit is contained in:
Nemo 2020-05-20 16:48:14 +05:30
parent a41583bfc1
commit 8820f44a98
1 changed files with 9 additions and 0 deletions

View File

@ -25,3 +25,12 @@ Build order as per the website. Cost for each gate in NAND in brackets.
- [x] `Mux8Way16` (791)
- [x] `DMux4Way` (37, Fun)
- [x] `DMux8Way` (101)
## [Project 2: Boolean Arithmetic](https://www.nand2tetris.org/project02)
- [x] HalfAdder (Xor+And)
- [x] FullAdder (2 x HalfAdder, 1 Or)
- [ ] Add16
- [ ] Inc16
- [ ] ALU (nostat)
- [ ] ALU (complete)