Skip to navigation

Elite on the BBC Micro and NES

Save and load: BRKBK

[Elite-A, Docked]

Name: BRKBK [Show more] Type: Subroutine Category: Save and load Summary: Set the standard BRKV handler for the game
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * BEGIN calls BRKBK * INBAY calls BRKBK * SVE calls BRKBK
.BRKBK LDA #LO(BRBR) \ Set BRKV to point to the BRBR routine STA BRKV LDA #HI(BRBR) STA BRKV+1 RTS \ Return from the subroutine