Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 375 Bytes

virtual-machine

This project is an implementation of a virtual machine to translate VM source code to assembly code in the Hack system. It follows the contract described in The Elements of Computing Systems.

Usage

You can use it by providing VM source file and the output file as follows:

(virtual-machine:compile-dir "StaticsTest")

License

MIT