pub fn run<T: LMCIO>( program: [i16; 100], io_handler: &mut T, debug_mode: bool, ) -> Result<(), String>