Skip to navigation


List of all workspaces

[Commodore 64 version]

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

Keyboard
--------

KEYLOOKThe key logger

Sound
-----

Music variablesVariables that are used by the music player
Sound variablesThe sound buffer where the data to be sent to the sound chip is processed

Workspaces
----------

K%Ship data blocks and ship line heaps
Option variablesVariables that are predominantly used to store the game options
UPConfiguration 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 (Game Loader)Important variables used by the loader