Changes

6502

99 bytes added, 4 September
/* Oddities */
== Oddities ==
* 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. The CMOS chips correctly handles this situation by servicing the interrupt and then executing BRK.
* Some instructions, particularly those involving branches or indexed addressing modes, incur an extra cycle if the processor has to cross a memory page boundary. This is problematic for time-sensitive code.
8,324
edits