Skip to content

M6502Flags Class

Definition

Provides access to the M6502 flags.

public abstract class M6502Flags

Constructors

Name Description
M6502Flags()

Properties

Name Description
B Gets or sets the break flag.
C Gets or sets the carry flag.
D Gets or sets the decimal flag.
I Gets or sets the interrupt disable flag.
N Gets or sets the negative flag.
V Gets or sets the overflow flag.
Z Gets or sets the zero flag.