Hack VM Compiler

This is a compiler from Hack VM code into Hack assembly code.

Some programs provided by the course are single-file. If you want to compile these files, or a similar hand-written program without Sys.init, copy and paste the code in the text area below.

Otherwise, for multi-file programs, upload a directory (StaticsTest is the only provided program that requires this):

Note that, due to my laziness, this compiler does not check for mistakes. If there's an error in your code you're on your own.