Z80InstructionFlags Class
Definition
Provides access to the Z80 flags.
public sealed class Z80InstructionFlags : Z80Flags
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. |