Function unknown
pub const fn unknown<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Unknown opcode. This opcode halts the execution.
pub const fn unknown<IT, H>(
_context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Unknown opcode. This opcode halts the execution.