can print a list of these tokens by: 5 ADDRESS = 42979: TOKEN = 16 10 IF NOT PEEK (ADDRESS) THEN PRINT: END 15 PRINT TOKEN, 20 BYTE = PEEK(ADDRESS): ADDRESS = A DDRESS + 1 30 IF BYTE < 128 THEN PRINT CHR$(BYT E);: GOTO 20 40 PRINT CHR$(BYTE - 128) 50 TOKEN = TOKEN + 1 60 GOTO 10 See COMPUTE!, January and February 1982; BYTE, February 1982, and De Re Atari for an explanation of BASIC tokens. 43135-43358 A87F-A95E Memory manager. 43359-43519 A95F-A9FF Execute CONT statement. 43520-43631 AA00-AA6F Statement table. 43632-43743 AA70-AADF Operator table. 43744-44094 AAE0-AC3E Execute expression routine. 44095-44163 AC3F-AC83 Operator precedence routine. 44164-45001 AC84-AFC9 Execute operator routine. 45002-45320 AFCA-B108 Execute function routine. 45321-47127 B109-B817 Execute statement routine. 47128-47381 B818-B915 CONT statement subroutines. 47382-47542 B916-B9B6 Error handling routines. 47543-47732 B9B7-BA74 Graphics handling routines. 47733-48548 BA75-BDA4 I/O routines. 48549-49145 BDA5-BFF9 Floating point routines (see below).