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

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

Awesome Lists containing this project

README

          

# HackVm

[![Build Status](https://travis-ci.org/Fuffi/hack-vm.svg?branch=master)](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.