nand2tetris/README.md

12 lines
557 B
Markdown
Raw Permalink Normal View History

2021-12-05 03:32:55 +00:00
# nand2tetris
Trying to build a modern computer from first principles. If you want to try it visit: [From Nand to Tetris](https://www.nand2tetris.org) (:
2021-12-05 04:02:46 +00:00
## Nand Numbers:
2021-12-05 05:24:00 +00:00
Use [this script](https://gist.github.com/gaurishg/b788d4c13cbc02b324270e9b55f5d74d) to count how many Nand gates did your chips require. I modified it to print markdown tables so I can share them here:
2021-12-05 04:02:46 +00:00
- [Project 01: Boolean Logic](stats-01.md)
- [Project 02: Boolean Arithmatic](stats-02.md)
- [Project 03: Memory](stats-03.md)
2021-12-25 16:06:08 +00:00
- [Project 05: Computer Architecture](stats-05.md)