use ;
A crate for working with RISC-V Instructions. Instructions can be encoded and decoded from binary. Basic assembly and disassembly is also supported (Instructions can be converted to and from strings, no support is provided for labels or other features that would be found in a complete assembler).
Supported Instructions
- RV64I
- M
- A
- F
- D
- C
- Zicsr
- Zifencei
This crate is (somewhat) well tested. If you find any problems, or think some part of the API could be improved, please make an issue in the github repository.