Prev: 04770 Up: Map Next: 05433
05009: THE REPORT MESSAGES
Used by the routine at MAIN_EXEC.
Each message is given with the last character inverted (+80 hex.).
Input
Output
REPORTS 05009 DEFB 128 Initial byte is stepped over.
05010 DEFM "O",203 0 OK
05012 DEFM "NEXT without FO",210 1 NEXT without FOR
05028 DEFM "Variable not foun",228 2 Variable not found
05046 DEFM "Subscript wron",231 3 Subscript wrong
05061 DEFM "Out of memor",249 4 Out of memory
05074 DEFM "Out of scree",238 5 Out of screen
05087 DEFM "Number too bi",231 6 Number too big
05101 DEFM "RETURN without GOSU",194 7 RETURN without GOSUB
05121 DEFM "End of fil",229 8 End of file
05132 DEFM "STOP statemen",244 9 STOP statement
05146 DEFM "Invalid argumen",244 A Invalid argument
05162 DEFM "Integer out of rang",229 B Integer out of range
05182 DEFM "Nonsense in BASI",195 C Nonsense in BASIC
05199 DEFM "BREAK - CONT repeat",243 D BREAK - CONT repeats
05219 DEFM "Out of DAT",193 E Out of DATA
05230 DEFM "Invalid file nam",229 F Invalid file name
05247 DEFM "No room for lin",229 G No room for line
05263 DEFM "STOP in INPU",212 H STOP in INPUT
05276 DEFM "FOR without NEX",212 I FOR without NEXT
05292 DEFM "Invalid I/O devic",229 J Invalid I/O device
05310 DEFM "Invalid colou",242 K Invalid colour
05324 DEFM "BREAK into progra",237 L BREAK into program
05342 DEFM "RAMTOP no goo",228 M RAMTOP no good
05356 DEFM "Statement los",244 N Statement lost
05370 DEFM "Invalid strea",237 O Invalid stream
05384 DEFM "FN without DE",198 P FN without DEF
05398 DEFM "Parameter erro",242 Q Parameter error
05413 DEFM "Tape loading erro",242 R Tape loading error
COMMA_SPC 05431 DEFM ",",160 ', '
Prev: 04770 Up: Map Next: 05433