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
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::TwoU16