Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxyzz/nand2tetris
Coursera NAND to Tetris projects
https://github.com/xxyzz/nand2tetris
coursera mooc nand2tetris
Last synced: 27 days ago
JSON representation
Coursera NAND to Tetris projects
- Host: GitHub
- URL: https://github.com/xxyzz/nand2tetris
- Owner: xxyzz
- Created: 2018-03-22T09:41:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T11:52:33.000Z (about 6 years ago)
- Last Synced: 2024-11-09T13:41:24.853Z (3 months ago)
- Topics: coursera, mooc, nand2tetris
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [NAND to Tetris](https://nand2tetris.org)
Building a Modern Computer From First Principles
## Part I
- Project 1: [Elementary Logic Gates](https://www.nand2tetris.org/project01)- Project 2: [Combinational Chips](https://www.nand2tetris.org/project02)
- Project 3: [Sequential Chips](https://www.nand2tetris.org/project03)
- Project 4: [Machine Language Programming](https://www.nand2tetris.org/project04)
- Project 5: [Computer Architecture](https://www.nand2tetris.org/project05)
- Project 6: [The Assembler](https://www.nand2tetris.org/project06)
## Part II
- Project 7: [Virtual Machine I - Stack Arithmetic](https://www.nand2tetris.org/project07)- Project 8: [Virtual Machine II - Program Control](https://www.nand2tetris.org/project08)
- Project 9: [High-Level Programming](https://www.nand2tetris.org/project09)
- Project 10: [Compiler I - Syntax Analysis](https://www.nand2tetris.org/project10)