Function skip_if

Source
pub fn skip_if(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>
Expand description

§0x010E skip_if:CMP

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

§Target

  • CMP : LT(<) / LE(<=) / NE(!=) / EQ(==) / GE(>=) / GT(>)

§Arguments

  • None.

§Errors