Skip to content

RuiDGPires/CrimVm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrimVm

Specs of the VM can be found here.

Project is UNIX focused for now, maybe that will change later.

Example

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

About

A custom virtual machine. Made for fun and learning.

Topics

Resources

License

Stars

Watchers

Forks

Languages