Files
riscy-rust/src/ext/mod.rs
Benjamin Kyd fe83680d27 Big refactor
2023-07-12 21:02:10 +01:00

13 lines
253 B
Rust

use crate::system::rv32;
pub mod encoding;
pub mod decode;
pub mod i;
// Instruction bitmasks
// This will be awkward as the instruction types
// are sometimes shared accross modules (float / double)
// Instruction parsing
// Extensibility