pub fn get_compare(
cpu: &mut Cpu,
scheme: InstructionScheme,
) -> OperationResult<()>Expand description
§0x0220 get_compare:target
§Target
- The bank register to write the value of the compare register.
§Arguments
- None
§Operation
REG[$target] = CMP
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::NoArgument,