Basic Tokens
Tokens used to store BASIC programs in memory
Categories:
Name | Value | Description |
---|---|---|
BAS_CODE | 175 | CODE |
BAS_CLEAR | 253 | CLEAR statement |
BAS_LOAD | 239 | LOAD statement |
BAS_PRINT | 245 | PRINT statement |
BAS_RANDOMIZE | 249 | RANDOMIZE statement |
BAS_USR | 192 | USR function |
BASIC Tokens
This table is currently incomplete, but it is enough for the Machine Code examples.
Last modified November 3, 2021: Alter memorymap layout to support constant definitions. Add sinclair basic tokens (d2f7544)