Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takuseno/nand2tetris

Study codes of "The Elements of Computing Systems"
https://github.com/takuseno/nand2tetris

Last synced: about 2 months ago
JSON representation

Study codes of "The Elements of Computing Systems"

Awesome Lists containing this project

README

        

# nand2tetris
my study codes for "The Elements of Computing Systems".

## Section
Section names are translated from Japanese version by me.

- [x] 1. Boolean Algebra
- [x] 2. Boolean Arithmetic
- [x] 3. Ordered Circuits
- [x] 4. Machine Language
- [x] 5. Computer Architecture
- [x] 6. Assembler
- [x] 7. Virtual Machine 1
- [x] 8. Virtual Machine 2
- [x] 9. High-level Language
- [x] 10. Compiler 1
- [x] 11. Compiler 2
- [ ] 12. Operating System