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
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentScheme::NoArgument,