pub const fn instruction<H: Host + ?Sized, SPEC: Spec>(
opcode: u8,
) -> Instruction<H>
Expand description
Returns the instruction function for the given opcode and spec.
pub const fn instruction<H: Host + ?Sized, SPEC: Spec>(
opcode: u8,
) -> Instruction<H>
Returns the instruction function for the given opcode and spec.