JavaScript Assembler for NAND2Tetris Hack Computer

This is a browser-based assembler written in JavaScript! It takes assembly language and spits out machine code in .hack files to run on the Hack computer for the NAND2Tetris course.

Check out the code on GitHub here. Initial code for writing to and downloading a file with JavaScript via this JSFiddle by UselessCode.