mod decode; mod print; mod machine; fn main() { let instr = decode::decode(98); println!("{}", print::print(instr, 0)); }