Skip to navigation

Elite on the BBC Micro and NES

Save and load: oscobl2

[6502 Second Processor version]

Name: oscobl2 [Show more] Type: Variable Category: Save and load Summary: Master OSFILE configuration block for saving a screenshot
Context: See this variable in context in the source code References: This variable is used as follows: * savscr uses oscobl2

This OSFILE configuration block is copied from oscobl2 to oscobl in order to save a screenshot.
.oscobl2 EQUW scname \ The address of the filename to save EQUD &FFFF4000 \ Load address of the saved file EQUD &FFFF4000 \ Execution address of the saved file EQUD &FFFF4000 \ Start address of the memory block to save EQUD &FFFF8000 \ End address of the memory block to save