Skip to navigation

Elite on the BBC Micro and NES

Save and load: oscobl

[6502 Second Processor version]

Name: oscobl [Show more] Type: Variable Category: Save and load Summary: 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 oscobl

This OSFILE configuration block is overwritten by the block at oscobl2 before being passed to OSFILE to save a screenshot.
.oscobl 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