get_compare

Function get_compare 

Source
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