blob: 8c3f306be1836d93992d55f3e731e38131493148 (
plain)
1
2
3
4
5
6
|
#+title: Oreo's Virtual Machine (OVM)
#+author: Aryadev Chavali
#+date: 2023-10-15
A stack based virtual machine in C11. Deals primarily in bytes,
doesn't make assertions about typing and is very simple to target.
|