Skip to navigation

Elite on the BBC Micro and NES

Loader: RDLI

[Elite-A, Docked]

Name: RDLI [Show more] Type: Variable Category: Loader Summary: The OS command string for running the flight code in file 1.F
Context: See this variable in context in the source code References: This variable is used as follows: * encyclopedia uses RDLI * TT110 uses RDLI
.RDLI \ --- Mod: Code removed for Elite-A: ------------------> \ EQUS "R.D.CODE" \ This is short for "*RUN D.CODE" \ EQUB 13 \ --- And replaced by: --------------------------------> EQUS "R.1.F" \ This is short for "*RUN 1.F" EQUB 13 \ --- End of replacement ------------------------------>