This index contains every macro that appears in the source code for the 6502 Second Processor version of Elite, grouped by category.
Drawing ships
| |
EDGE | Macro definition for adding edges to ship blueprints |
FACE | Macro definition for adding faces to ship blueprints |
VERTEX | Macro definition for adding vertices to ship blueprints |
Keyboard
| |
DKS4 (I/O processor) | Scan the keyboard to see if a specific key is being pressed |
Market
| |
ITEM | Macro definition for the market prices table |
Sound
| |
FNE (Loader 1) | Macro definition for defining a sound envelope |
Text
| |
CHAR | Macro definition for characters in the recursive token table |
CONT | Macro definition for control codes in the recursive token table |
ECHR | Macro definition for characters in the extended token table |
EJMP | Macro definition for jump tokens in the extended token table |
ERND | Macro definition for random tokens in the extended token table |
ETOK | Macro definition for recursive tokens in the extended token table |
ETWO | Macro definition for two-letter tokens in the extended token table |
RTOK | Macro definition for recursive tokens in the recursive token table |
TOKN | Macro definition for standard tokens in the extended token table |
TWOK | Macro definition for two-letter tokens in the token table |
Utility routines
| |
MVE (Loader 2) | Move a one-page block of memory from one location to another |