Initial revision
[ssr] / StraySrc / Libraries / BAS / src / rsc / messages
1 ;
2 ; BAS messages
3 ;
4 ; © 1996 Straylight
5 ;
6
7 ; --- General error messages ---
8
9 errBadArg:[1]Bad arguments passed to BAS
10 errNoMoreMem:[1]No more memory for BAS
11
12 ; --- Errors passed on from BASIC ---
13
14 errBadLValue:[1]Syntax error: '%0' is not a valid lvalue
15 errVarNotFound:[1]Variable '%0' not found
16 errOddString:[1]Type mismatch: number needed
17
18 ; --- Error messages for AOF generation ---
19
20 errInitTwice:[1]BAS is already generating AOF code
21 errNoAreas:[1]No AREAs defined in assembly
22 errNotInArea:[1]Junk found before first AREA start
23 errNoArea:[1]Can't set entry point: not in an AREA
24 errMultiEntry:[1]Already set entry point
25 errExpImported:[1]Exporting IMPORTed symbols is not permitted
26 errNotDone:[1]Can't save AOF file: still on first pass or FNpass not called