Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 548 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 548 Bytes

🏊 lake-vm

Build Status

A simple virtual machine, with example byte-code program.

Written entirely in C11, this is a very crude experiment and is in no way meant to be used for anything but looking at. It implments a stack based VM that also has a set of registers with specific/non-specific use cases, this is clearly not optimal for compilers

But this was mostly a fun project in understanding how computers and CPUs work in general.