Skip to main content

jump

Function jump 

pub fn jump<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the JUMP instruction.

Unconditional jump to a valid destination.