mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +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
|
|
```
|