riscv_codec/
lib.rs

1pub mod assembly;
2pub mod cinstruction;
3pub mod immediates;
4pub mod instruction;
5pub mod opcode;
6pub mod register;