Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 436 Bytes

ILBCVM

16-bit byte code Virtual Machine targeting .NET comprised of several projects:

ilbcvm

The main virtual machine which executes programs written in the ilbcvm byte code format

ilbcvm_rt

.NET C# Implementation of the ilbcvm runtime

ilbcvm_cc

Standard implementation of the ilbcvm compiler & decompiler

ilbcvm_mon

Machine code monitor for ILBCVM

ilbcvm_dbg

Instruction stepping debugger for ILBCVM executables