jump

Function jump 

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

Implements the JUMP instruction.

Unconditional jump to a valid destination.