Skip to navigation

Elite on the BBC Micro and NES

Save and load: CTLI

[BBC Master version]

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 Variations: See code variations for this variable in the different versions References: This variable is used as follows: * CATS uses CTLI * DELT uses CTLI
.CTLI IF _SNG47 EQUS "CAT 1" \ The "1" part of the string is overwritten with the EQUB 13 \ actual drive number by the CATS routine ELIF _COMPACT EQUS "CAT" \ The Master Compact only has one drive, so the CAT EQUB 13 \ command always catalogues that drive ENDIF