Constant JMPIF

Source
pub const JMPIF: Op;
Expand description

§JumpIf

0x62: JMPIF

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

§Stack Input

[n_instruction, condition]

§Panics

  • The jump distance is zero.