1 2 3 4 5 6 7 8 9
mod branch; mod jal; mod jalr; mod trap; pub use branch::*; pub use jal::*; pub use jalr::*; pub use trap::*;