all repos — 3ByteBadVM @ 7eb2c9bfc37c507f683149786724661057811ec5

3ByteBadVM

README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
# 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.