mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 13:25:41 -04: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
|
|
```
|