https://github.com/zeneixe/hack-vm
VM language running on the Hack machine
https://github.com/zeneixe/hack-vm
hack-machine nand2tetris vm
Last synced: about 1 year ago
JSON representation
VM language running on the Hack machine
- Host: GitHub
- URL: https://github.com/zeneixe/hack-vm
- Owner: Zeneixe
- Created: 2017-03-11T22:20:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T16:47:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T23:26:00.196Z (about 1 year ago)
- Topics: hack-machine, nand2tetris, vm
- Language: Elixir
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackVm
[](https://travis-ci.org/Fuffi/hack-vm)
Translates VM commands into Hack machine assembly code. The Hack Vm is somewhat
similar to the JVM's bytecode. This is part of the "From NAND to Tetris" course.