pub mod instructions; pub mod register; pub mod prelude { pub use crate::instructions::Instruction; pub use crate::register::Register; }