Changes

Jump to: navigation, search

MOS 6502

265 bytes removed, 13:53, 4 September 2024
/* Oddities */
== Oddities ==
 
* The decimal mode flag in the processor status register is unchanged following an interrupt of any kind. This behavior can potentially result in a difficult to locate bug in the interrupt handler if decimal mode happens to be enabled at the time of an interrupt.
* The simultaneous assertion of a hardware interrupt line and execution of BRK was not accounted for in the design — the BRK instruction will be ignored in such a case.
13,173
edits