Initial note about the VM. Will add more later.

Bobbi Webber-Manners 2018-04-28 00:06:11 -04:00
parent 957de08b36
commit 733556d59e

@ -0,0 +1,3 @@
The EightBall Virtual Machine is a simple runtime VM for executing the bytecode produced by the EightBall compiler. The EightBall VM can run on 6502 systems (Apple II, Commodore VIC20, C64) or as a Linux process.
See `eightballvm.h` for technical details.