/mips-dasm-rs

A mips disassembler library written in Rust

Primary LanguageRustMIT LicenseMIT

mips-dasm-rs

mips-dasm-rs is a mips disassembler library written in Rust.

Tests

A test suite is included to verify the correctness of the disassembler. To run it, do:

cargo test

Supported instructions

Almost all instructions except for floating point are supported.

See src/test.rs for a complete list of supported instructions.

License

The code is licensed under MIT - see LICENSE.md