Z80NFlags Class
Definition
Provides access to the Z80N flags.
public abstract class Z80NFlags
Constructors
| Name | Description |
|---|---|
Z80NFlags() |
Properties
| Name | Description |
|---|---|
C |
Gets or sets the carry flag. |
H |
Gets or sets the half-carry flag. |
N |
Gets or sets the add/subtract flag. |
PV |
Gets or sets the parity/overflow flag. |
S |
Gets or sets the sign flag. |
X |
Gets or sets the undocumented X flag. |
Y |
Gets or sets the undocumented Y flag. |
Z |
Gets or sets the zero flag. |