Struct MOS6502::status_flags_t

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.