Skip to navigation

Elite on the BBC Micro and NES

Save and load: BRKBK

[BBC Micro disc version, 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 Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * BEGIN calls BRKBK * DEEOR 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