.BRKBK LDA #LO(BRBR) ; Set BRKV to point to the BRBR routine, disabling SEI ; interrupts while we make the change and re-enabling STA BRKV ; them once we are done LDA #HI(BRBR) STA BRKV+1 CLI RTS ; Return from the subroutineName: BRKBK [Show more] Type: Subroutine Category: Save and load Summary: Set the standard BRKV handler for the gameContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
This routine is unused in this version of Elite (it is left over from the 6502 Second Processor version).
[X]
Subroutine BRBR (category: Utility routines)
The standard BRKV handler for the game
[X]
Configuration variable BRKV = $0316
The CBINV break vector that we intercept to enable us to handle and display system errors