https://github.com/uiur/nand2tetris
My code for nand2tetris
https://github.com/uiur/nand2tetris
Last synced: 10 months ago
JSON representation
My code for nand2tetris
- Host: GitHub
- URL: https://github.com/uiur/nand2tetris
- Owner: uiur
- Created: 2016-02-02T02:20:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T01:33:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T17:16:01.428Z (11 months ago)
- Language: Assembly
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# nand2tetris
My implementation of nand2tetris projects
* Assembler: [hack-assembler](https://github.com/uiureo/hack-assembler)
* Translator: [hack-vm-translator](https://github.com/uiureo/hack-vm-translator)
* Compiler: [jack](https://github.com/uiureo/jack)