Function skip_check

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

§0x010F skip_check:checked

Skip the next instruction if the register is not FALSE.

§Target

  • The register to check.

§Arguments

  • None.

§Errors