Skip to content

Z80NInstructionFlags Class

Definition

Provides access to the Z80N flags.

public sealed class Z80NInstructionFlags : Z80NFlags

View source

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.