Geronymos / vima.rs

MIMA [virtual machine] (planed) + assembler in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vima.rs

MIMA [virtual machine] (planed) + assembler in Rust

Get started

cargo run -- example.mima out.o

View the output

xxd -c 3 -g1 out.o

License

This project is licensed under the GPL-3 License - see the LICENSE file for details

About

MIMA [virtual machine] (planed) + assembler in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%