Skip to content

A janky 16-bit bytecode virtual machine, with an assembler and a disassembler.

Notifications You must be signed in to change notification settings

shawnmcla/vehement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vehement

A janky, 16-bit Virtual Machine with (dis)assembler.

Written in C#, though do note that the actual VM makes extensive use of unsafe code (mostly pointers), for performance (and also as an opportunity for myself to write unsafe C#).

Very much a work in progress. :)

About

A janky 16-bit bytecode virtual machine, with an assembler and a disassembler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages