RuiDGPires / CrimVm

A custom virtual machine. Made for fun and learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 91.9%Language:Python 7.2%Language:Makefile 0.5%Language:Shell 0.4%