Skip to content
/ R2VM Public

A R216 virtual machine (or emulator) written in C++

Notifications You must be signed in to change notification settings

xor-shift/R2VM

Repository files navigation

R2VM

It's what the repo description says.
Manual

How to compile and run

wget https://github.com/LBPHacker/R216/raw/master/r2asm.lua
./compile.sh
cd peripherals && ./compile.sh && cd..
lua r2asm.lua headless_model=R216DVM headless_out=a.bin <assembly>
./r2vm a.bin ports
works on my machine

TODO

  • RECV, WAIT and proper R2TERM

About

A R216 virtual machine (or emulator) written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published