Changes

MOS 6502

No change in size, 02:01, 5 September 2024
/* BRK / IRQ / NMI / RESET */
All I/O operations are memory-mapped. There are no port-based I/O instructions.
=== BRK / IRQ / NMI / BRK / RESET ===
On a RESET, the CPU loads the vector from $FFFC/$FFFD into the program counter and continues fetching instructions from there.
13,173
edits