예제 #1
0
 protected int GetCarryFlagValue() => cpu.GetFlag(CpuFlag.CarryBit) ? 1 : 0;