Skip to navigation

Elite on the BBC Micro and NES

Loader: MESS2

[BBC Master version, Loader]

Name: MESS2 [Show more] Type: Variable Category: Loader Summary: The OS command string for loading the main game code binary
Context: See this variable in context in the source code References: This variable is used as follows: * Elite loader uses MESS2
.MESS2 IF _SNG47 EQUS "L.BCODE FFFF1300" \ This is short for "*LOAD BCODE FFFF1300" EQUB 13 ELIF _COMPACT EQUS "L.ELITE FFFF1300" \ This is short for "*LOAD ELITE FFFF1300" EQUB 13 ENDIF