An emulator and assembler for a subset of the ARM 11 instruction set, written in Rust. 🦀
To run the emulator or assembler with cargo
, use one of the following:
$ cargo run --release --bin assemble <source> <output>
$ cargo run --release --bin emulate <binary>