Crates.io | riscv-decode |
lib.rs | riscv-decode |
version | 0.2.3 |
created_at | 2019-03-01 16:11:08.727902+00 |
updated_at | 2025-08-24 23:30:18.141769+00 |
description | A simple library for decoding RISC-V instructions |
homepage | |
repository | https://github.com/fintelia/riscv-decode |
max_upload_size | |
id | 117987 |
size | 70,780 |
A simple library for decoding RISC-V instructions. Currently supports all instructions in the base ISA as well as the A and M extensions. The RV32F extension (but not RV64F) and a small number of compressed instructions are also supported. Pull requests welcome for additional instruction support.