Specs of the VM can be found here.
Project is UNIX focused for now, maybe that will change later.
Using example.cas as an example:
First, assemble the text file into an object file
./crimvm -a example.cas -o example.o
Then, run the file
./crimvm example.o
Output:
60
or
Simply assemble and run (generates no files)
./crimvm -ar example.cas