Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 279 Bytes

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. :)