661 B
661 B
README
Documentation
See files in /doc
for my design process, VM specs, lessons learned, and other stuff.
Build
Build competition/prod image (default):
$ make
Build debug image (includes useful debugging capabilities):
$ make debug
Build disassembler:
$ make disass
The assembler, ass.sh
, is already good to go (as good as a bad shell-scripted assembler can be at least)
Run
$ ./bin/hard
or
$ ./bin/hard-debug
depending on which version you which to run.