Skip to navigation

Elite on the BBC Micro and NES

List of all workspaces

[6502 Second Processor version]

This index contains every workspace that appears in the source code for the 6502 Second Processor version of Elite, grouped by category. A workspace is defined as a collection of variables, defined in a block.

Workspaces
----------

I/O variables (I/O processor)Various variables used by the I/O processor
K%Ship data blocks
LPVariables used for displaying the scrolling text in the demo
Parasite variablesVarious variables used by the parasite
TINA (I/O processor)The code block for the TINA hook
UPShip slots, variables
WPVariables
XX3Temporary storage space for complex calculations
ZPLots of important variables are stored in the zero page workspace as it is quicker and more space-efficient to access memory here
ZP (I/O processor)Important variables used by the I/O processor
ZP (Loader 1)Important variables used by the loader
ZP (Loader 2)Important variables used by the loader