1,885
edits
Changes
6502
,→Registers
** D - Decimal mode - bytes are interpreted as two-digit decimal values instead of 8-bit binary values when doing math
** B - Break - Indicates a software interrupt rather than a hardware interrupt has occurred
** V - Overflow - Set when a math operation overflows or underflows a one-byte signed result
** S - Negative Sign - set when an operation produces a negative result