Skip to content

0rvar/mips-dasm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mips disassembler library written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages