Skip to navigation

Elite on the BBC Micro and NES

Utility routines: MESS1

[BBC Micro cassette version, Loader]

Name: MESS1 [Show more] Type: Variable Category: Utility routines Summary: Contains an OS command string for loading the main game code
Context: See this variable in context in the source code References: This variable is used as follows: * Elite loader (Part 5 of 6) uses MESS1
.MESS1 IF DISC EQUS "L.ELTcode 1100" \ This is short for "*LOAD ELTcode 1100" ELSE EQUS "L.ELITEcode F1F" \ This is short for "*LOAD ELITEcode F1F" ENDIF EQUB 13