Skip to navigation

Elite on the BBC Micro and NES

Save and load: CTLI

[Elite-A, Docked]

Name: CTLI [Show more] Type: Variable Category: Save and load Summary: The OS command string for cataloguing a disc
Context: See this variable in context in the source code References: This variable is used as follows: * CATS uses CTLI * DELT uses CTLI
.CTLI \ --- Mod: Code removed for Elite-A: ------------------> \ EQUS ".0" \ The "0" part of the string is overwritten with the \ EQUB 13 \ actual drive number by the CATS routine \ --- And replaced by: --------------------------------> EQUS ".:0" \ The "0" part of the string is overwritten with the EQUB 13 \ actual drive number by the CATS routine \ --- End of replacement ------------------------------>