Skip to navigation

Elite on the BBC Micro and NES

Loader: DOBEGIN

[BBC Micro disc version, Docked]

Name: DOBEGIN [Show more] Type: Subroutine Category: Loader Summary: Decrypt the main docked code, initialise the configuration variables and start the game
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * S% calls DOBEGIN
.DOBEGIN JSR DEEOR \ Decrypt the main docked code between &1300 and &5FFF JMP BEGIN \ Jump to BEGIN to initialise the configuration \ variables and start the game