mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
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
|
|
```
|