Skip to navigation

Elite on the BBC Micro and NES

Loader: osfileBlock

[BBC Micro disc version, Sideways RAM Loader]

Name: osfileBlock [Show more] Type: Variable Category: Loader Summary: OSFILE configuration block for loading a ship blueprint file
Context: See this variable in context in the source code References: This variable is used as follows: * LoadShipFiles uses osfileBlock
.osfileBlock EQUW shipFilename \ The address of the filename to load EQUD &FFFF0000 + XX21 \ Load address of the file EQUD &00000000 \ Execution address (not used when loading a file) EQUD &00000000 \ Start address (not used when loading a file) EQUD &00000000 \ End address (not used when loading a file)