11 lines
150 B
Markdown
11 lines
150 B
Markdown
|
# RISC-V Disassembler
|
||
|
|
||
|
RISC-V Disassembler with support for RV32/RV64/RV128 IMAFDC
|
||
|
|
||
|
## Build instructions
|
||
|
|
||
|
```
|
||
|
cmake -B build
|
||
|
cmake --build build
|
||
|
```
|