pub type BoxedInstructionTable<'a, H> = [BoxedInstruction<'a, H>; 256];
A table of boxed instructions.