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