Skip to navigation

Elite on the BBC Micro and NES

Loader: SCRAM

[BBC Micro disc version, Docked]

Name: SCRAM [Show more] Type: Subroutine Category: Loader Summary: Decrypt the main docked code, reset the flight variables and start the game
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * INBAY calls SCRAM
.SCRAM JSR DEEOR \ Decrypt the main docked code between &1300 and &5FFF JSR RES2 \ Reset a number of flight variables and workspaces JMP TT170 \ Jump to TT170 to start the game