mirror of https://github.com/stenzek/duckstation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
150 B
Markdown
11 lines
150 B
Markdown
2 years ago
|
# RISC-V Disassembler
|
||
|
|
||
|
RISC-V Disassembler with support for RV32/RV64/RV128 IMAFDC
|
||
|
|
||
|
## Build instructions
|
||
|
|
||
|
```
|
||
|
cmake -B build
|
||
|
cmake --build build
|
||
|
```
|