Prev: 12A2 Up: Map Next: 1539
1391: THE REPORT MESSAGES
Used by the routine at MAIN_EXEC.
Each message is given with the last character inverted (plus +80).
REPORTS 1391 DEFB $80 Initial byte is stepped over.
1392 DEFM "O","K"+$80 0 OK
1394 DEFM "NEXT without FO","R"+$80 1 NEXT without FOR
13A4 DEFM "Variable not foun","d"+$80 2 Variable not found
13B6 DEFM "Subscript wron","g"+$80 3 Subscript wrong
13C5 DEFM "Out of memor","y"+$80 4 Out of memory
13D2 DEFM "Out of scree","n"+$80 5 Out of screen
13DF DEFM "Number too bi","g"+$80 6 Number too big
13ED DEFM "RETURN without GOSU","B"+$80 7 RETURN without GOSUB
1401 DEFM "End of fil","e"+$80 8 End of file
140C DEFM "STOP statemen","t"+$80 9 STOP statement
141A DEFM "Invalid argumen","t"+$80 A Invalid argument
142A DEFM "Integer out of rang","e"+$80 B Integer out of range
143E DEFM "Nonsense in BASI","C"+$80 C Nonsense in BASIC
144F DEFM "BREAK - CONT repeat","s"+$80 D BREAK - CONT repeats
1463 DEFM "Out of DAT","A"+$80 E Out of DATA
146E DEFM "Invalid file nam","e"+$80 F Invalid file name
147F DEFM "No room for lin","e"+$80 G No room for line
148F DEFM "STOP in INPU","T"+$80 H STOP in INPUT
149C DEFM "FOR without NEX","T"+$80 I FOR without NEXT
14AC DEFM "Invalid I/O devic","e"+$80 J Invalid I/O device
14BE DEFM "Invalid colou","r"+$80 K Invalid colour
14CC DEFM "BREAK into progra","m"+$80 L BREAK into program
14DE DEFM "RAMTOP no goo","d"+$80 M RAMTOP no good
14EC DEFM "Statement los","t"+$80 N Statement lost
14FA DEFM "Invalid strea","m"+$80 O Invalid stream
1508 DEFM "FN without DE","F"+$80 P FN without DEF
1516 DEFM "Parameter erro","r"+$80 Q Parameter error
1525 DEFM "Tape loading erro","r"+$80 R Tape loading error
COMMA_SPC 1537 DEFM ","," "+$80 ', '
Prev: 12A2 Up: Map Next: 1539