Changes

Jump to: navigation, search

MOS 6502

181 bytes added, 23:05, 22 September 2024
/* Interrupts */
== Interrupts ==
 
6502 machines use the last 6 bytes of their address space to hold a vector table containing (in order) the addresses of the NMI routine, the program's start, and the IRQ routine.
On a RESET, the CPU loads the vector from $FFFC/$FFFD into the program counter and continues fetching instructions from there.
13,173
edits