Constant JMPIF

Source
pub const JMPIF: Constraint;
Expand description

§JumpForwardIf

0x63: JMPIF

Jump forward the given number of instructions if the value is true.

§Stack Input

[n_instruction, condition]

§Panics

  • The jump is negative.
  • The jump distance is zero.