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.
Demo | |
| LP | Variables used for displaying the scrolling text in the demo |
Workspaces | |
| I/O variables (I/O processor) | Various variables used by the I/O processor |
| K% | Ship data blocks |
| Parasite variables | Various variables used by the parasite |
| TINA (I/O processor) | The code block for the TINA hook |
| UP | Ship slots, variables |
| WP | 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 (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 |