mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-12 11:42:06 +00:00
simplification and unification of build stuff
This commit is contained in:
@@ -285,5 +285,8 @@ namespace EightBit
|
||||
protected virtual void ReturnConditionalFlag(int flag) => this.ReturnConditional(this.ConvertCondition(flag));
|
||||
|
||||
protected virtual void CallConditionalFlag(int flag) => this.CallConditional(this.ConvertCondition(flag));
|
||||
|
||||
protected virtual void CPL() => this.A = (byte)~this.A;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user