Changes
MOS 6502
,/* 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.