Setup
- Clone the repo with
go get github.com/johnnymo87/assembler - Compile it by running
go buildin the app root directory - Run the tests with
ginkgo -r - Translate a file to binary with
./assembler -filename=data/max/MaxL.asm - MaxL.hack will be in the same directory as the read file