Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sake92/nand2tetris
Nand2Tetris course solutions
https://github.com/sake92/nand2tetris
assembly compiler cpu-model nand2tetris scala tutorial
Last synced: 2 months ago
JSON representation
Nand2Tetris course solutions
- Host: GitHub
- URL: https://github.com/sake92/nand2tetris
- Owner: sake92
- Created: 2017-04-16T21:23:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T16:36:17.000Z (8 months ago)
- Last Synced: 2024-11-07T10:23:55.842Z (3 months ago)
- Topics: assembly, compiler, cpu-model, nand2tetris, scala, tutorial
- Language: Scala
- Homepage:
- Size: 13 MB
- Stars: 65
- Watchers: 5
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nand2tetris
[Nand2Tetris](http://www.nand2tetris.org/) course solutionsSource code (and executable JARs) for:
- [Assembler](https://github.com/sake92/nand2tetris/tree/master/projects/06)
- [VM Translator](https://github.com/sake92/nand2tetris/tree/master/projects/07)
- [Compiler](https://github.com/sake92/nand2tetris/tree/master/projects/10)[Scala](http://www.scala-lang.org/) <3
## TODO
- Make some SVG images for logic circuitsCurrent status: reading CH12, Operating system