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 gameName: S% [Show more] Type: Subroutine Category: Loader Summary: Move code, set up break handler and start the gameContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
[X]
Subroutine BEGIN (category: Loader)
Initialise the configuration variables and start the game
[X]
Subroutine COLD (category: Save and load)
Set the standard BRKV handler for the game
[X]
Subroutine DEEOR (category: Utility routines)
Unscramble the main code