Function osiris_set_std::control::goto_if

source ·
pub fn goto_if(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description

§0x010A goto_if:CMP direct:32

Jumps to a target address if the last comparison corresponds the selected operator.

§Target

  • CMP : LT(0) / LE(1) / NE(2) / EQ(3) / GE(4) / GT(5)

§Arguments

  • The address to jump to.