riscv-codec 0.4.0

Decode/Encode and Assemble/Disassemble RISC-V instructions
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

extern crate alloc;
pub mod assembly;
pub mod cinstruction;
pub mod immediates;
pub mod instruction;
pub mod opcode;
pub mod register;