/full-stack-vm

A simple virtual machine, emulating a limited made up processor with an assembler for the language

Primary LanguageRustMIT LicenseMIT

Full Stack VM

A virtual machine base (/emu) that emulates a processor with a purposely limited instruction set. Currently working on an assembler to convert basic assembly for the machine to binary.

I plan to build more complex languages on top of the vm in the future.