pub type BoxedInstructionTable<'a, H> = [Box<dyn Fn(&mut Interpreter, &mut H) + 'a>; 256];
A table of boxed instructions.