This index contains every workspace that appears in the source code for the Apple II version of Elite, grouped by category. A workspace is defined as a collection of variables, defined in a block.
Workspaces
| |
Disk operations workspace | Variables used by the disk operations and DOS 3.3 RWTS routines |
Disk operations workspace 1 (Loader) | Variables used by the disk operations and DOS 3.3 RWTS routines |
Disk operations workspace 2 (Loader) | Variables used by the disk operations and DOS 3.3 RWTS routines |
K% | Ship data blocks and ship line heaps |
Option variables | Variables that are predominantly used to store the game options |
UP | Configuration 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 (Loader) | Important variables used by the loader |
ZP (Transfer program) | Important variables used by the loader |