Changes

Jump to: navigation, search

MOS 6502

5 bytes removed, 14:09, 4 September 2024
/* Registers */
The ADC and SBC instructions don't modify NF, VF and ZF if Decimal Mode is on. Only CF is set correctly.
DF is unchanged following an interrupt of any kind. This can cause unexpected bugs in the interrupt handler if Decimal Mode is enabled on when an interrupt occurs.
Also, DF is not defined after RESET.
13,173
edits