Skip to main content

jump

Function jump 

Source
pub fn jump<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the JUMP instruction.

Unconditional jump to a valid destination.