pub const fn make_instruction_table<H, SPEC>() -> [fn(_: &mut Interpreter, _: &mut H); 256]where H: Host + ?Sized, SPEC: Spec,
Make instruction table.