Struct MOS6502::status_flags_t
Defined in File 6502.h
Nested Relationships
This struct is a nested type of Class MOS6502.
Struct Documentation
-
struct status_flags_t
Status register flags. Not using bit fields to ease external manipulation.
Public Members
-
bool c = false
Carry.
-
bool z = false
Zero.
-
bool i = false
IRQ mask.
-
bool d = false
Decimal mode.
-
bool b = false
BRK command.
-
bool x = false
Unused.
-
bool v = false
Overflow.
-
bool n = false
Negative.
-
bool c = false