Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 277 Bytes

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