Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/takuseno/nand2tetris
- Owner: takuseno
- Created: 2019-10-29T13:11:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T00:01:48.000Z (about 5 years ago)
- Last Synced: 2024-10-23T04:06:53.874Z (3 months ago)
- Language: Hack
- Size: 708 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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