Crates.io | riscv-decode |
lib.rs | riscv-decode |
version | 0.2.2 |
source | src |
created_at | 2019-03-01 16:11:08.727902 |
updated_at | 2024-08-18 00:18:12.938012 |
description | A simple library for decoding RISC-V instructions |
homepage | |
repository | https://github.com/fintelia/riscv-decode |
max_upload_size | |
id | 117987 |
size | 68,978 |
A simple library for decoding RISC-V instructions. Currently supports all instructions in the base ISA as well as the M extension. A small number of compressed instructions are also supported. Pull requests welcome for additional instruction support.