A register based virtual machine with custom assembly language.
The virtual machine is able to do most basic tasks such as variable declaration, loops, conditionals, flow, and more! All you need to do is write your assembly and hit run!
Instructions on how to write opvm2 assembly can be found on the GitHub page linked below:
https://github.com/zacbre/opvm2
NOTE: There is a plugin framework on the desktop version that is not available in the android app due to WASM issues, so that is still to come later down the road.