wlvm

Virtual machine with associated language written in Rust

Installation

cargo install wlvm

Virtual Machine datasheet

Registers

There are 6 multi purposes registers, marked from a to f.

There are 3 special registers : - sp : The stack pointer - ip : The instruction pointer - st : The stack top value

Instruction Set