Function jumpi
pub fn jumpi<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the JUMPI instruction.
Conditional jump to a valid destination if condition is true.
pub fn jumpi<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the JUMPI instruction.
Conditional jump to a valid destination if condition is true.