Skip to main content

jumpi

Function jumpi 

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

Implements the JUMPI instruction.

Conditional jump to a valid destination if condition is true.