pub fn jump<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the JUMP instruction.
Unconditional jump to a valid destination.
pub fn jump<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the JUMP instruction.
Unconditional jump to a valid destination.