Skip to navigation

Elite on the BBC Micro and NES

Loader: LTLI

[Elite-A, Encyclopedia]

Name: LTLI [Show more] Type: Variable Category: Loader Summary: The OS command string for loading the docked code in file 1.D
Context: See this variable in context in the source code References: This variable is used as follows: * INBAY uses LTLI * launch uses LTLI
.LTLI \ --- Mod: Code removed for Elite-A: ------------------> \ EQUS "L.T.CODE" \ This is short for "*LOAD T.CODE" \ EQUB 13 \ --- And replaced by: --------------------------------> EQUS "L.1.D" \ This is short for "*LOAD 1.D" EQUB 13 \ --- End of replacement ------------------------------>