Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 408 Bytes

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