This index contains every workspace that appears in the source code for the Acorn Electron version of Elite, grouped by category. A workspace is defined as a collection of variables, defined in a block.
Workspaces
| |
K% | Ship data blocks and ship line heaps |
S% (Part 1 of 2) | Vector addresses, compass shape and configuration settings |
S% (Part 2 of 2) | Compass shape and configuration settings |
T% | Current commander data and stardust data blocks |
UU% (Loader) | Marker for a block that is moved as part of the obfuscation |
WP | Ship slots, variables |
XX3 | Temporary storage space for complex calculations |
ZP | Lots of important variables are stored in the zero page workspace as it is quicker and more space-efficient to access memory here |
ZP (Loader) | Important variables used by the loader |