# riscv-decode [![crates.io](https://img.shields.io/crates/v/riscv-decode.svg)](https://crates.io/crates/riscv-decode) [![Documentation](https://docs.rs/riscv-decode/badge.svg)](https://docs.rs/riscv-decode) ![Maintenance](https://img.shields.io/badge/maintenance%20status-passively%20maintained-yellow) A simple library for decoding RISC-V instructions. Currently supports all instructions in the base ISA as well as the M extension. A small number of compressed instructions are also supported. Pull requests welcome for additional instruction support.