https://github.com/drom/riscv
RISC-V ISA helpers
https://github.com/drom/riscv
Last synced: 12 months ago
JSON representation
RISC-V ISA helpers
- Host: GitHub
- URL: https://github.com/drom/riscv
- Owner: drom
- License: mit
- Created: 2019-05-15T19:37:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:35:34.000Z (over 1 year ago)
- Last Synced: 2025-05-26T21:18:39.898Z (about 1 year ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.org/package/riscv)
[](https://github.com/drom/riscv/actions/workflows/linux.yml)
RISC-V ISA helpers
## Install & Use CLI
`npm i riscv -g`
`riscv --isa rv32g`
## Just use CLI
`npx riscv --isa rv32g`
## License
MIT [LICENSE](LICENSE).