/register-vm-go

A simple register VM in Go, following: http://en.wikibooks.org/wiki/Creating_a_Virtual_Machine/Register_VM_in_C

Primary LanguageGo

A Simple Register VM in Go

A very rudimentary register-based virtual machine written in Go, based off of this tutorial