Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drom/rv
RISC-V Online Help
https://github.com/drom/rv
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-01-12T03:42:58.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:39:38.704Z (4 months ago)
- Language: JavaScript
- Homepage: https://rv.drom.io
- Size: 2.92 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
[![CI Status](https://github.com/drom/rv/actions/workflows/linux.yml/badge.svg)](https://github.com/drom/rv/actions/workflows/linux.yml)
## RISC-V ISA online string decoder
https://rv.drom.io
![](screenshot.png)
## 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).