A small virtual machine for Nova.
| fizzbuzz.qv | ||
| quasar.py | ||
| README.md | ||
| sample.qv | ||
| spec.md | ||
Quasar
A virtual machine for Nova.
quasar.py: a quasar assembler and interpreter
usage: ./quasar.py [options] [files...]
options:
-a, --assemble | assemble a file, dumping the assembled binary to standard output
-<bytes> | set the width of the assembled output in bytes
-h, --help | print this message
notes:
pass in '-' as a file parameter to read from standard input