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.
pub fn jump<ITy, H>(context: InstructionContext<'_, H, ITy>)where
ITy: InterpreterTypes,
H: ?Sized,
Implements the JUMP instruction.
Unconditional jump to a valid destination.