https://github.com/drom/rv
RISC-V Online Help
https://github.com/drom/rv
Last synced: about 1 year ago
JSON representation
RISC-V Online Help
- Host: GitHub
- URL: https://github.com/drom/rv
- Owner: drom
- License: apache-2.0
- Created: 2023-02-01T23:10:51.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2025-02-04T05:32:22.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:23:09.194Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://rv.drom.io
- Size: 19.9 MB
- Stars: 33
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/drom/rv/actions/workflows/linux.yml)
## RISC-V ISA online string decoder
https://rv.drom.io

## Test & Build
```
npm i
npm test
npm run build
./node_modules/.bin/live-server docs &
```
Uses [riscv](https://www.npmjs.com/package/riscv) NPM package.
## Command Line Interface version
`npx riscv --isa rv32g`
## License
Apache 2.0 [LICENSE](https://github.com/drom/rv/blob/master/LICENSE).