Skip to navigation

Elite on the BBC Micro and NES

Utility routines: Vectors_b7

[NES version, Bank 7]

Name: Vectors_b7 [Show more] Type: Variable Category: Utility routines Summary: Vectors at the end of ROM bank 7 Deep dive: Splitting NES Elite across multiple ROM banks
Context: See this variable in context in the source code References: No direct references to this variable in this source file
EQUW NMI ; Vector to the NMI handler EQUW ResetMMC1_b7 ; Vector to the RESET handler EQUW IRQ ; Vector to the IRQ/BRK handler