Function compare_unsigned

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

§0x100F compare_unsigned r1:r2

§Target

  • None

§Arguments

  • Two registers ids.

§Operation

  • REG[r1] <=> REG[r2]

§Errors