This index contains every workspace that appears in the source code for the BBC Master 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 |
UP | Configuration variables |
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 |