Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 465 Bytes

RISC-V Disassembler

This is a simple RISC-V disassembler made in C++.

Currently the I, M, A, F, D, Q, Zicsr, and Zfencei instruction extensions are supported.

Upcoming is support for the C extension and file format parsing for ELF and PE files in order to make the disassembler a bit more accessible.

Work on more efficient code and structure will be done at some point in time.

Note: this software is not finished (yet) and has not been properly tested.