pub mod state; pub mod decode; pub mod execute; pub mod debugger; pub mod instructions; pub mod tests; pub use self::state::{M68k, M68kType};