pub const fn instruction<H, SPEC>( opcode: u8, ) -> fn(_: &mut Interpreter, _: &mut H)where H: Host + ?Sized, SPEC: Spec,
Returns the instruction function for the given opcode and spec.