Function goto_check

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

§0x010C goto_check:checked direct:32

Skip the next instruction if the register is not FALSE.

§Target

  • The register to check.

§Arguments

  • The address to jump to.

§Errors