Skip to navigation

Elite on the BBC Micro and NES

Loader: S%

[BBC Master version]

Name: S% [Show more] Type: Subroutine Category: Loader Summary: Move code, set up break handler and start the game
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
RTS \ This byte appears to be unused, but it might be a \ hangover from the cassette version, where this byte is \ used for a checksum .S% CLD \ Clear the D flag to make sure we are in binary mode JSR DEEOR \ Call DEEOR to unscramble the main code JSR COLD \ Call COLD to set up the break handler \JSR Checksum \ This instruction is commented out in the original \ source JMP BEGIN \ Jump to BEGIN to start the game