← projects

systems · sub-star

neon_vm

a small stack-based virtual machine — bytecode in, execution out.


readme

A virtual machine written in native C that executes densely packed binary opcodes through a stack-based execution pipeline, echoing how real CPU architectures fetch, decode, and execute. It defines its own instruction set and runs compiled bytecode against it.

signal log

built with

C
view repository →