A small virtual machine for Nova.
Find a file
2025-11-14 15:55:42 -08:00
fizzbuzz.qv Modifying spec, adding FizzBuzz example from Devine. 2025-11-14 15:55:42 -08:00
quasar.py Modifying spec, adding FizzBuzz example from Devine. 2025-11-14 15:55:42 -08:00
README.md Initial commit. 2025-11-11 18:13:53 -08:00
sample.qv Initial commit. 2025-11-11 18:13:53 -08:00
spec.md Modifying spec, adding FizzBuzz example from Devine. 2025-11-14 15:55:42 -08:00

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