Home » Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 » !AWFeb95/Goodies/BasicComp/!BC/Messages/Default

!AWFeb95/Goodies/BasicComp/!BC/Messages/Default

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95
Filename: !AWFeb95/Goodies/BasicComp/!BC/Messages/Default
Read OK:
File size: 0E6A bytes
Load address: 0000
Exec address: 0000
File contents
#
# Messages for BasCompress

Warning:	warning %d:% 
W1:	Expecting PROC or FN after DEF
W2:	DEF inside a routine
W3:	Unexpected period `.'
W4:	Mismatched quotes `""'
W5:	Malformed hexadecimal number
W6:	Malformed binary number
W7:	Line number reference found
W8:	Expecting routine name after PROC or FN
W9:	ENDPROC not at end of procedure
W10:	= not at end of function
W11:	Code found on last line of function
W12:	Expecting a string after LIBRARY/INSTALL
W13:	OVERLAY file(s) not scanned
W14:	Unexpected `['
W15:	Unexpected `]'
W16:	ENDPROC inside a %s structure
W17:	= inside a %s structure
W18:	Conditional %s
W19:	Too many `(' found
W20:	Unexpected `)' found
W21:	Routine %s already defined at %s
W22:	Malformed decimal number
W23:	The (global) special routine %s is not defined anywhere
W24:	SWI name missing, or not simple
W25:	SWI `%s' is unknown
W26:	Can't change to screen mode %d
W27:	Special variable %s has been used
W28:	Special routine %s has been used
W29:	Special library %s has been used

Error:		error %d:% 
E1:	Expecting R0..R15
E2:	ENDPROC found in a function
E3:	= found in a procedure
E4:	Routine %s already defined at %s
E5:	File error: %s
E6:	End of file in middle of routine
E7:	Too many files (>254)
E8:	Undefined routine: %s (used %s)
E9:	Undefined variable: %s (used %s)
E10:	FOR not at start of statement
E11:	Escape pressed, parsing aborted
E12:	File %s does not have a Basic file type
E13:	File %s is too small to be a Basic type
E14:	File is corrupted/not basic
E15:	Escape pressed, xref aborted
E16:	Escape pressed, compression aborted
E17:	Unexpected %s in a %s structure
E18:	Unexpected %s
E19:	End of file in middle of assembler
E20:	OTHERWISE not at start of line
E21:	WHEN not at start of line
E22:	Computed GOTO/GOSUB found
E23:	INSTALL/LIBRARY not at start of line
E24:	INSTALL/LIBRARY can not be on a conditional line
E25:	The special routine `%s' was declared as having different parameters from those found here
E26:	The special routine `%s' wants a string constant for one of its' parameters
E27:	Line too long (max 256)
E28:	Line `%s' is not of a recognised form
E29:	Label `%s' is invalid
E30:	Parameter list `%s' is invalid
E31:	Parameter list `%s' contains a duplicate
E32:	Implicit label substitution overflowed
E33:	Too many special routines (max 255)
E34:	Unable to load special file (not Text?)
E35:	SWI name missing, or not simple
E36:	Illegal screen mode
E37:	Bad main program, unterminated %s structure
E38:	Can't find closing ellipsis in special routine parameter
E39:	Bad char `%c' following > or : in special routine parameter

# These are for the xref (and stats of label refs)
#
Comma:		,% 
SemiColon:	;% 
Name:		\n%s%s
Defined:	\n  Defined:\t
Calls:	\n  Calls:\t
CalledBy:	\n  Called by:\t
Declare:	\n  Declared:\t
Assign:		\n  Assigned:\t
Refer:		\n  Referenced:\t
Undefined:	% UNDEFINED
Deleted:	% DELETED
To:		% to% 
None:		(none)
Multiple:	% (%d)
UnusedRtns:	Unused routine(s):\t
UnusedVars:	Unused variable(s):\t
MainProgram:	main program
Unlinked:	{unlinked}
ProcedurePrefix:	PROC
FunctionPrefix:	FN

# These are log stuff
#
SpecialTitle:	Scanning special file %s\n
ScanTitle:	Scanning %s\n
XRefTitle:	Cross reference of %s\n
CompressTitle:	Creating %s\n
Result:	Output file size is %d bytes, = %d%%%% of original file
Goto:		Line numbers found at:\t
Eval:		EVALs found at:\t
Data:		DATAs found at:\t
Read:		READs found at:\t
Stats:		Statistics:\t
Parsed:		\nParsing completed with %s, and %s\n
ParsedError:	error
ParesedWarning:	warning
Zero:		no %ss
One:		one %s
Many:		%d %ss
Label:		%? integer, real, string, integer array, real array, string array, procedure, function

SysError:		A system error was detected (&%x): %s
00000000  23 0a 23 20 4d 65 73 73  61 67 65 73 20 66 6f 72  |#.# Messages for|
00000010  20 42 61 73 43 6f 6d 70  72 65 73 73 0a 0a 57 61  | BasCompress..Wa|
00000020  72 6e 69 6e 67 3a 09 77  61 72 6e 69 6e 67 20 25  |rning:.warning %|
00000030  64 3a 25 20 0a 57 31 3a  09 45 78 70 65 63 74 69  |d:% .W1:.Expecti|
00000040  6e 67 20 50 52 4f 43 20  6f 72 20 46 4e 20 61 66  |ng PROC or FN af|
00000050  74 65 72 20 44 45 46 0a  57 32 3a 09 44 45 46 20  |ter DEF.W2:.DEF |
00000060  69 6e 73 69 64 65 20 61  20 72 6f 75 74 69 6e 65  |inside a routine|
00000070  0a 57 33 3a 09 55 6e 65  78 70 65 63 74 65 64 20  |.W3:.Unexpected |
00000080  70 65 72 69 6f 64 20 60  2e 27 0a 57 34 3a 09 4d  |period `.'.W4:.M|
00000090  69 73 6d 61 74 63 68 65  64 20 71 75 6f 74 65 73  |ismatched quotes|
000000a0  20 60 22 22 27 0a 57 35  3a 09 4d 61 6c 66 6f 72  | `""'.W5:.Malfor|
000000b0  6d 65 64 20 68 65 78 61  64 65 63 69 6d 61 6c 20  |med hexadecimal |
000000c0  6e 75 6d 62 65 72 0a 57  36 3a 09 4d 61 6c 66 6f  |number.W6:.Malfo|
000000d0  72 6d 65 64 20 62 69 6e  61 72 79 20 6e 75 6d 62  |rmed binary numb|
000000e0  65 72 0a 57 37 3a 09 4c  69 6e 65 20 6e 75 6d 62  |er.W7:.Line numb|
000000f0  65 72 20 72 65 66 65 72  65 6e 63 65 20 66 6f 75  |er reference fou|
00000100  6e 64 0a 57 38 3a 09 45  78 70 65 63 74 69 6e 67  |nd.W8:.Expecting|
00000110  20 72 6f 75 74 69 6e 65  20 6e 61 6d 65 20 61 66  | routine name af|
00000120  74 65 72 20 50 52 4f 43  20 6f 72 20 46 4e 0a 57  |ter PROC or FN.W|
00000130  39 3a 09 45 4e 44 50 52  4f 43 20 6e 6f 74 20 61  |9:.ENDPROC not a|
00000140  74 20 65 6e 64 20 6f 66  20 70 72 6f 63 65 64 75  |t end of procedu|
00000150  72 65 0a 57 31 30 3a 09  3d 20 6e 6f 74 20 61 74  |re.W10:.= not at|
00000160  20 65 6e 64 20 6f 66 20  66 75 6e 63 74 69 6f 6e  | end of function|
00000170  0a 57 31 31 3a 09 43 6f  64 65 20 66 6f 75 6e 64  |.W11:.Code found|
00000180  20 6f 6e 20 6c 61 73 74  20 6c 69 6e 65 20 6f 66  | on last line of|
00000190  20 66 75 6e 63 74 69 6f  6e 0a 57 31 32 3a 09 45  | function.W12:.E|
000001a0  78 70 65 63 74 69 6e 67  20 61 20 73 74 72 69 6e  |xpecting a strin|
000001b0  67 20 61 66 74 65 72 20  4c 49 42 52 41 52 59 2f  |g after LIBRARY/|
000001c0  49 4e 53 54 41 4c 4c 0a  57 31 33 3a 09 4f 56 45  |INSTALL.W13:.OVE|
000001d0  52 4c 41 59 20 66 69 6c  65 28 73 29 20 6e 6f 74  |RLAY file(s) not|
000001e0  20 73 63 61 6e 6e 65 64  0a 57 31 34 3a 09 55 6e  | scanned.W14:.Un|
000001f0  65 78 70 65 63 74 65 64  20 60 5b 27 0a 57 31 35  |expected `['.W15|
00000200  3a 09 55 6e 65 78 70 65  63 74 65 64 20 60 5d 27  |:.Unexpected `]'|
00000210  0a 57 31 36 3a 09 45 4e  44 50 52 4f 43 20 69 6e  |.W16:.ENDPROC in|
00000220  73 69 64 65 20 61 20 25  73 20 73 74 72 75 63 74  |side a %s struct|
00000230  75 72 65 0a 57 31 37 3a  09 3d 20 69 6e 73 69 64  |ure.W17:.= insid|
00000240  65 20 61 20 25 73 20 73  74 72 75 63 74 75 72 65  |e a %s structure|
00000250  0a 57 31 38 3a 09 43 6f  6e 64 69 74 69 6f 6e 61  |.W18:.Conditiona|
00000260  6c 20 25 73 0a 57 31 39  3a 09 54 6f 6f 20 6d 61  |l %s.W19:.Too ma|
00000270  6e 79 20 60 28 27 20 66  6f 75 6e 64 0a 57 32 30  |ny `(' found.W20|
00000280  3a 09 55 6e 65 78 70 65  63 74 65 64 20 60 29 27  |:.Unexpected `)'|
00000290  20 66 6f 75 6e 64 0a 57  32 31 3a 09 52 6f 75 74  | found.W21:.Rout|
000002a0  69 6e 65 20 25 73 20 61  6c 72 65 61 64 79 20 64  |ine %s already d|
000002b0  65 66 69 6e 65 64 20 61  74 20 25 73 0a 57 32 32  |efined at %s.W22|
000002c0  3a 09 4d 61 6c 66 6f 72  6d 65 64 20 64 65 63 69  |:.Malformed deci|
000002d0  6d 61 6c 20 6e 75 6d 62  65 72 0a 57 32 33 3a 09  |mal number.W23:.|
000002e0  54 68 65 20 28 67 6c 6f  62 61 6c 29 20 73 70 65  |The (global) spe|
000002f0  63 69 61 6c 20 72 6f 75  74 69 6e 65 20 25 73 20  |cial routine %s |
00000300  69 73 20 6e 6f 74 20 64  65 66 69 6e 65 64 20 61  |is not defined a|
00000310  6e 79 77 68 65 72 65 0a  57 32 34 3a 09 53 57 49  |nywhere.W24:.SWI|
00000320  20 6e 61 6d 65 20 6d 69  73 73 69 6e 67 2c 20 6f  | name missing, o|
00000330  72 20 6e 6f 74 20 73 69  6d 70 6c 65 0a 57 32 35  |r not simple.W25|
00000340  3a 09 53 57 49 20 60 25  73 27 20 69 73 20 75 6e  |:.SWI `%s' is un|
00000350  6b 6e 6f 77 6e 0a 57 32  36 3a 09 43 61 6e 27 74  |known.W26:.Can't|
00000360  20 63 68 61 6e 67 65 20  74 6f 20 73 63 72 65 65  | change to scree|
00000370  6e 20 6d 6f 64 65 20 25  64 0a 57 32 37 3a 09 53  |n mode %d.W27:.S|
00000380  70 65 63 69 61 6c 20 76  61 72 69 61 62 6c 65 20  |pecial variable |
00000390  25 73 20 68 61 73 20 62  65 65 6e 20 75 73 65 64  |%s has been used|
000003a0  0a 57 32 38 3a 09 53 70  65 63 69 61 6c 20 72 6f  |.W28:.Special ro|
000003b0  75 74 69 6e 65 20 25 73  20 68 61 73 20 62 65 65  |utine %s has bee|
000003c0  6e 20 75 73 65 64 0a 57  32 39 3a 09 53 70 65 63  |n used.W29:.Spec|
000003d0  69 61 6c 20 6c 69 62 72  61 72 79 20 25 73 20 68  |ial library %s h|
000003e0  61 73 20 62 65 65 6e 20  75 73 65 64 0a 0a 45 72  |as been used..Er|
000003f0  72 6f 72 3a 09 09 65 72  72 6f 72 20 25 64 3a 25  |ror:..error %d:%|
00000400  20 0a 45 31 3a 09 45 78  70 65 63 74 69 6e 67 20  | .E1:.Expecting |
00000410  52 30 2e 2e 52 31 35 0a  45 32 3a 09 45 4e 44 50  |R0..R15.E2:.ENDP|
00000420  52 4f 43 20 66 6f 75 6e  64 20 69 6e 20 61 20 66  |ROC found in a f|
00000430  75 6e 63 74 69 6f 6e 0a  45 33 3a 09 3d 20 66 6f  |unction.E3:.= fo|
00000440  75 6e 64 20 69 6e 20 61  20 70 72 6f 63 65 64 75  |und in a procedu|
00000450  72 65 0a 45 34 3a 09 52  6f 75 74 69 6e 65 20 25  |re.E4:.Routine %|
00000460  73 20 61 6c 72 65 61 64  79 20 64 65 66 69 6e 65  |s already define|
00000470  64 20 61 74 20 25 73 0a  45 35 3a 09 46 69 6c 65  |d at %s.E5:.File|
00000480  20 65 72 72 6f 72 3a 20  25 73 0a 45 36 3a 09 45  | error: %s.E6:.E|
00000490  6e 64 20 6f 66 20 66 69  6c 65 20 69 6e 20 6d 69  |nd of file in mi|
000004a0  64 64 6c 65 20 6f 66 20  72 6f 75 74 69 6e 65 0a  |ddle of routine.|
000004b0  45 37 3a 09 54 6f 6f 20  6d 61 6e 79 20 66 69 6c  |E7:.Too many fil|
000004c0  65 73 20 28 3e 32 35 34  29 0a 45 38 3a 09 55 6e  |es (>254).E8:.Un|
000004d0  64 65 66 69 6e 65 64 20  72 6f 75 74 69 6e 65 3a  |defined routine:|
000004e0  20 25 73 20 28 75 73 65  64 20 25 73 29 0a 45 39  | %s (used %s).E9|
000004f0  3a 09 55 6e 64 65 66 69  6e 65 64 20 76 61 72 69  |:.Undefined vari|
00000500  61 62 6c 65 3a 20 25 73  20 28 75 73 65 64 20 25  |able: %s (used %|
00000510  73 29 0a 45 31 30 3a 09  46 4f 52 20 6e 6f 74 20  |s).E10:.FOR not |
00000520  61 74 20 73 74 61 72 74  20 6f 66 20 73 74 61 74  |at start of stat|
00000530  65 6d 65 6e 74 0a 45 31  31 3a 09 45 73 63 61 70  |ement.E11:.Escap|
00000540  65 20 70 72 65 73 73 65  64 2c 20 70 61 72 73 69  |e pressed, parsi|
00000550  6e 67 20 61 62 6f 72 74  65 64 0a 45 31 32 3a 09  |ng aborted.E12:.|
00000560  46 69 6c 65 20 25 73 20  64 6f 65 73 20 6e 6f 74  |File %s does not|
00000570  20 68 61 76 65 20 61 20  42 61 73 69 63 20 66 69  | have a Basic fi|
00000580  6c 65 20 74 79 70 65 0a  45 31 33 3a 09 46 69 6c  |le type.E13:.Fil|
00000590  65 20 25 73 20 69 73 20  74 6f 6f 20 73 6d 61 6c  |e %s is too smal|
000005a0  6c 20 74 6f 20 62 65 20  61 20 42 61 73 69 63 20  |l to be a Basic |
000005b0  74 79 70 65 0a 45 31 34  3a 09 46 69 6c 65 20 69  |type.E14:.File i|
000005c0  73 20 63 6f 72 72 75 70  74 65 64 2f 6e 6f 74 20  |s corrupted/not |
000005d0  62 61 73 69 63 0a 45 31  35 3a 09 45 73 63 61 70  |basic.E15:.Escap|
000005e0  65 20 70 72 65 73 73 65  64 2c 20 78 72 65 66 20  |e pressed, xref |
000005f0  61 62 6f 72 74 65 64 0a  45 31 36 3a 09 45 73 63  |aborted.E16:.Esc|
00000600  61 70 65 20 70 72 65 73  73 65 64 2c 20 63 6f 6d  |ape pressed, com|
00000610  70 72 65 73 73 69 6f 6e  20 61 62 6f 72 74 65 64  |pression aborted|
00000620  0a 45 31 37 3a 09 55 6e  65 78 70 65 63 74 65 64  |.E17:.Unexpected|
00000630  20 25 73 20 69 6e 20 61  20 25 73 20 73 74 72 75  | %s in a %s stru|
00000640  63 74 75 72 65 0a 45 31  38 3a 09 55 6e 65 78 70  |cture.E18:.Unexp|
00000650  65 63 74 65 64 20 25 73  0a 45 31 39 3a 09 45 6e  |ected %s.E19:.En|
00000660  64 20 6f 66 20 66 69 6c  65 20 69 6e 20 6d 69 64  |d of file in mid|
00000670  64 6c 65 20 6f 66 20 61  73 73 65 6d 62 6c 65 72  |dle of assembler|
00000680  0a 45 32 30 3a 09 4f 54  48 45 52 57 49 53 45 20  |.E20:.OTHERWISE |
00000690  6e 6f 74 20 61 74 20 73  74 61 72 74 20 6f 66 20  |not at start of |
000006a0  6c 69 6e 65 0a 45 32 31  3a 09 57 48 45 4e 20 6e  |line.E21:.WHEN n|
000006b0  6f 74 20 61 74 20 73 74  61 72 74 20 6f 66 20 6c  |ot at start of l|
000006c0  69 6e 65 0a 45 32 32 3a  09 43 6f 6d 70 75 74 65  |ine.E22:.Compute|
000006d0  64 20 47 4f 54 4f 2f 47  4f 53 55 42 20 66 6f 75  |d GOTO/GOSUB fou|
000006e0  6e 64 0a 45 32 33 3a 09  49 4e 53 54 41 4c 4c 2f  |nd.E23:.INSTALL/|
000006f0  4c 49 42 52 41 52 59 20  6e 6f 74 20 61 74 20 73  |LIBRARY not at s|
00000700  74 61 72 74 20 6f 66 20  6c 69 6e 65 0a 45 32 34  |tart of line.E24|
00000710  3a 09 49 4e 53 54 41 4c  4c 2f 4c 49 42 52 41 52  |:.INSTALL/LIBRAR|
00000720  59 20 63 61 6e 20 6e 6f  74 20 62 65 20 6f 6e 20  |Y can not be on |
00000730  61 20 63 6f 6e 64 69 74  69 6f 6e 61 6c 20 6c 69  |a conditional li|
00000740  6e 65 0a 45 32 35 3a 09  54 68 65 20 73 70 65 63  |ne.E25:.The spec|
00000750  69 61 6c 20 72 6f 75 74  69 6e 65 20 60 25 73 27  |ial routine `%s'|
00000760  20 77 61 73 20 64 65 63  6c 61 72 65 64 20 61 73  | was declared as|
00000770  20 68 61 76 69 6e 67 20  64 69 66 66 65 72 65 6e  | having differen|
00000780  74 20 70 61 72 61 6d 65  74 65 72 73 20 66 72 6f  |t parameters fro|
00000790  6d 20 74 68 6f 73 65 20  66 6f 75 6e 64 20 68 65  |m those found he|
000007a0  72 65 0a 45 32 36 3a 09  54 68 65 20 73 70 65 63  |re.E26:.The spec|
000007b0  69 61 6c 20 72 6f 75 74  69 6e 65 20 60 25 73 27  |ial routine `%s'|
000007c0  20 77 61 6e 74 73 20 61  20 73 74 72 69 6e 67 20  | wants a string |
000007d0  63 6f 6e 73 74 61 6e 74  20 66 6f 72 20 6f 6e 65  |constant for one|
000007e0  20 6f 66 20 69 74 73 27  20 70 61 72 61 6d 65 74  | of its' paramet|
000007f0  65 72 73 0a 45 32 37 3a  09 4c 69 6e 65 20 74 6f  |ers.E27:.Line to|
00000800  6f 20 6c 6f 6e 67 20 28  6d 61 78 20 32 35 36 29  |o long (max 256)|
00000810  0a 45 32 38 3a 09 4c 69  6e 65 20 60 25 73 27 20  |.E28:.Line `%s' |
00000820  69 73 20 6e 6f 74 20 6f  66 20 61 20 72 65 63 6f  |is not of a reco|
00000830  67 6e 69 73 65 64 20 66  6f 72 6d 0a 45 32 39 3a  |gnised form.E29:|
00000840  09 4c 61 62 65 6c 20 60  25 73 27 20 69 73 20 69  |.Label `%s' is i|
00000850  6e 76 61 6c 69 64 0a 45  33 30 3a 09 50 61 72 61  |nvalid.E30:.Para|
00000860  6d 65 74 65 72 20 6c 69  73 74 20 60 25 73 27 20  |meter list `%s' |
00000870  69 73 20 69 6e 76 61 6c  69 64 0a 45 33 31 3a 09  |is invalid.E31:.|
00000880  50 61 72 61 6d 65 74 65  72 20 6c 69 73 74 20 60  |Parameter list `|
00000890  25 73 27 20 63 6f 6e 74  61 69 6e 73 20 61 20 64  |%s' contains a d|
000008a0  75 70 6c 69 63 61 74 65  0a 45 33 32 3a 09 49 6d  |uplicate.E32:.Im|
000008b0  70 6c 69 63 69 74 20 6c  61 62 65 6c 20 73 75 62  |plicit label sub|
000008c0  73 74 69 74 75 74 69 6f  6e 20 6f 76 65 72 66 6c  |stitution overfl|
000008d0  6f 77 65 64 0a 45 33 33  3a 09 54 6f 6f 20 6d 61  |owed.E33:.Too ma|
000008e0  6e 79 20 73 70 65 63 69  61 6c 20 72 6f 75 74 69  |ny special routi|
000008f0  6e 65 73 20 28 6d 61 78  20 32 35 35 29 0a 45 33  |nes (max 255).E3|
00000900  34 3a 09 55 6e 61 62 6c  65 20 74 6f 20 6c 6f 61  |4:.Unable to loa|
00000910  64 20 73 70 65 63 69 61  6c 20 66 69 6c 65 20 28  |d special file (|
00000920  6e 6f 74 20 54 65 78 74  3f 29 0a 45 33 35 3a 09  |not Text?).E35:.|
00000930  53 57 49 20 6e 61 6d 65  20 6d 69 73 73 69 6e 67  |SWI name missing|
00000940  2c 20 6f 72 20 6e 6f 74  20 73 69 6d 70 6c 65 0a  |, or not simple.|
00000950  45 33 36 3a 09 49 6c 6c  65 67 61 6c 20 73 63 72  |E36:.Illegal scr|
00000960  65 65 6e 20 6d 6f 64 65  0a 45 33 37 3a 09 42 61  |een mode.E37:.Ba|
00000970  64 20 6d 61 69 6e 20 70  72 6f 67 72 61 6d 2c 20  |d main program, |
00000980  75 6e 74 65 72 6d 69 6e  61 74 65 64 20 25 73 20  |unterminated %s |
00000990  73 74 72 75 63 74 75 72  65 0a 45 33 38 3a 09 43  |structure.E38:.C|
000009a0  61 6e 27 74 20 66 69 6e  64 20 63 6c 6f 73 69 6e  |an't find closin|
000009b0  67 20 65 6c 6c 69 70 73  69 73 20 69 6e 20 73 70  |g ellipsis in sp|
000009c0  65 63 69 61 6c 20 72 6f  75 74 69 6e 65 20 70 61  |ecial routine pa|
000009d0  72 61 6d 65 74 65 72 0a  45 33 39 3a 09 42 61 64  |rameter.E39:.Bad|
000009e0  20 63 68 61 72 20 60 25  63 27 20 66 6f 6c 6c 6f  | char `%c' follo|
000009f0  77 69 6e 67 20 3e 20 6f  72 20 3a 20 69 6e 20 73  |wing > or : in s|
00000a00  70 65 63 69 61 6c 20 72  6f 75 74 69 6e 65 20 70  |pecial routine p|
00000a10  61 72 61 6d 65 74 65 72  0a 0a 23 20 54 68 65 73  |arameter..# Thes|
00000a20  65 20 61 72 65 20 66 6f  72 20 74 68 65 20 78 72  |e are for the xr|
00000a30  65 66 20 28 61 6e 64 20  73 74 61 74 73 20 6f 66  |ef (and stats of|
00000a40  20 6c 61 62 65 6c 20 72  65 66 73 29 0a 23 0a 43  | label refs).#.C|
00000a50  6f 6d 6d 61 3a 09 09 2c  25 20 0a 53 65 6d 69 43  |omma:..,% .SemiC|
00000a60  6f 6c 6f 6e 3a 09 3b 25  20 0a 4e 61 6d 65 3a 09  |olon:.;% .Name:.|
00000a70  09 5c 6e 25 73 25 73 0a  44 65 66 69 6e 65 64 3a  |.\n%s%s.Defined:|
00000a80  09 5c 6e 20 20 44 65 66  69 6e 65 64 3a 5c 74 0a  |.\n  Defined:\t.|
00000a90  43 61 6c 6c 73 3a 09 5c  6e 20 20 43 61 6c 6c 73  |Calls:.\n  Calls|
00000aa0  3a 5c 74 0a 43 61 6c 6c  65 64 42 79 3a 09 5c 6e  |:\t.CalledBy:.\n|
00000ab0  20 20 43 61 6c 6c 65 64  20 62 79 3a 5c 74 0a 44  |  Called by:\t.D|
00000ac0  65 63 6c 61 72 65 3a 09  5c 6e 20 20 44 65 63 6c  |eclare:.\n  Decl|
00000ad0  61 72 65 64 3a 5c 74 0a  41 73 73 69 67 6e 3a 09  |ared:\t.Assign:.|
00000ae0  09 5c 6e 20 20 41 73 73  69 67 6e 65 64 3a 5c 74  |.\n  Assigned:\t|
00000af0  0a 52 65 66 65 72 3a 09  09 5c 6e 20 20 52 65 66  |.Refer:..\n  Ref|
00000b00  65 72 65 6e 63 65 64 3a  5c 74 0a 55 6e 64 65 66  |erenced:\t.Undef|
00000b10  69 6e 65 64 3a 09 25 20  55 4e 44 45 46 49 4e 45  |ined:.% UNDEFINE|
00000b20  44 0a 44 65 6c 65 74 65  64 3a 09 25 20 44 45 4c  |D.Deleted:.% DEL|
00000b30  45 54 45 44 0a 54 6f 3a  09 09 25 20 74 6f 25 20  |ETED.To:..% to% |
00000b40  0a 4e 6f 6e 65 3a 09 09  28 6e 6f 6e 65 29 0a 4d  |.None:..(none).M|
00000b50  75 6c 74 69 70 6c 65 3a  09 25 20 28 25 64 29 0a  |ultiple:.% (%d).|
00000b60  55 6e 75 73 65 64 52 74  6e 73 3a 09 55 6e 75 73  |UnusedRtns:.Unus|
00000b70  65 64 20 72 6f 75 74 69  6e 65 28 73 29 3a 5c 74  |ed routine(s):\t|
00000b80  0a 55 6e 75 73 65 64 56  61 72 73 3a 09 55 6e 75  |.UnusedVars:.Unu|
00000b90  73 65 64 20 76 61 72 69  61 62 6c 65 28 73 29 3a  |sed variable(s):|
00000ba0  5c 74 0a 4d 61 69 6e 50  72 6f 67 72 61 6d 3a 09  |\t.MainProgram:.|
00000bb0  6d 61 69 6e 20 70 72 6f  67 72 61 6d 0a 55 6e 6c  |main program.Unl|
00000bc0  69 6e 6b 65 64 3a 09 7b  75 6e 6c 69 6e 6b 65 64  |inked:.{unlinked|
00000bd0  7d 0a 50 72 6f 63 65 64  75 72 65 50 72 65 66 69  |}.ProcedurePrefi|
00000be0  78 3a 09 50 52 4f 43 0a  46 75 6e 63 74 69 6f 6e  |x:.PROC.Function|
00000bf0  50 72 65 66 69 78 3a 09  46 4e 0a 0a 23 20 54 68  |Prefix:.FN..# Th|
00000c00  65 73 65 20 61 72 65 20  6c 6f 67 20 73 74 75 66  |ese are log stuf|
00000c10  66 0a 23 0a 53 70 65 63  69 61 6c 54 69 74 6c 65  |f.#.SpecialTitle|
00000c20  3a 09 53 63 61 6e 6e 69  6e 67 20 73 70 65 63 69  |:.Scanning speci|
00000c30  61 6c 20 66 69 6c 65 20  25 73 5c 6e 0a 53 63 61  |al file %s\n.Sca|
00000c40  6e 54 69 74 6c 65 3a 09  53 63 61 6e 6e 69 6e 67  |nTitle:.Scanning|
00000c50  20 25 73 5c 6e 0a 58 52  65 66 54 69 74 6c 65 3a  | %s\n.XRefTitle:|
00000c60  09 43 72 6f 73 73 20 72  65 66 65 72 65 6e 63 65  |.Cross reference|
00000c70  20 6f 66 20 25 73 5c 6e  0a 43 6f 6d 70 72 65 73  | of %s\n.Compres|
00000c80  73 54 69 74 6c 65 3a 09  43 72 65 61 74 69 6e 67  |sTitle:.Creating|
00000c90  20 25 73 5c 6e 0a 52 65  73 75 6c 74 3a 09 4f 75  | %s\n.Result:.Ou|
00000ca0  74 70 75 74 20 66 69 6c  65 20 73 69 7a 65 20 69  |tput file size i|
00000cb0  73 20 25 64 20 62 79 74  65 73 2c 20 3d 20 25 64  |s %d bytes, = %d|
00000cc0  25 25 25 25 20 6f 66 20  6f 72 69 67 69 6e 61 6c  |%%%% of original|
00000cd0  20 66 69 6c 65 0a 47 6f  74 6f 3a 09 09 4c 69 6e  | file.Goto:..Lin|
00000ce0  65 20 6e 75 6d 62 65 72  73 20 66 6f 75 6e 64 20  |e numbers found |
00000cf0  61 74 3a 5c 74 0a 45 76  61 6c 3a 09 09 45 56 41  |at:\t.Eval:..EVA|
00000d00  4c 73 20 66 6f 75 6e 64  20 61 74 3a 5c 74 0a 44  |Ls found at:\t.D|
00000d10  61 74 61 3a 09 09 44 41  54 41 73 20 66 6f 75 6e  |ata:..DATAs foun|
00000d20  64 20 61 74 3a 5c 74 0a  52 65 61 64 3a 09 09 52  |d at:\t.Read:..R|
00000d30  45 41 44 73 20 66 6f 75  6e 64 20 61 74 3a 5c 74  |EADs found at:\t|
00000d40  0a 53 74 61 74 73 3a 09  09 53 74 61 74 69 73 74  |.Stats:..Statist|
00000d50  69 63 73 3a 5c 74 0a 50  61 72 73 65 64 3a 09 09  |ics:\t.Parsed:..|
00000d60  5c 6e 50 61 72 73 69 6e  67 20 63 6f 6d 70 6c 65  |\nParsing comple|
00000d70  74 65 64 20 77 69 74 68  20 25 73 2c 20 61 6e 64  |ted with %s, and|
00000d80  20 25 73 5c 6e 0a 50 61  72 73 65 64 45 72 72 6f  | %s\n.ParsedErro|
00000d90  72 3a 09 65 72 72 6f 72  0a 50 61 72 65 73 65 64  |r:.error.Paresed|
00000da0  57 61 72 6e 69 6e 67 3a  09 77 61 72 6e 69 6e 67  |Warning:.warning|
00000db0  0a 5a 65 72 6f 3a 09 09  6e 6f 20 25 73 73 0a 4f  |.Zero:..no %ss.O|
00000dc0  6e 65 3a 09 09 6f 6e 65  20 25 73 0a 4d 61 6e 79  |ne:..one %s.Many|
00000dd0  3a 09 09 25 64 20 25 73  73 0a 4c 61 62 65 6c 3a  |:..%d %ss.Label:|
00000de0  09 09 25 3f 20 69 6e 74  65 67 65 72 2c 20 72 65  |..%? integer, re|
00000df0  61 6c 2c 20 73 74 72 69  6e 67 2c 20 69 6e 74 65  |al, string, inte|
00000e00  67 65 72 20 61 72 72 61  79 2c 20 72 65 61 6c 20  |ger array, real |
00000e10  61 72 72 61 79 2c 20 73  74 72 69 6e 67 20 61 72  |array, string ar|
00000e20  72 61 79 2c 20 70 72 6f  63 65 64 75 72 65 2c 20  |ray, procedure, |
00000e30  66 75 6e 63 74 69 6f 6e  0a 0a 53 79 73 45 72 72  |function..SysErr|
00000e40  6f 72 3a 09 09 41 20 73  79 73 74 65 6d 20 65 72  |or:..A system er|
00000e50  72 6f 72 20 77 61 73 20  64 65 74 65 63 74 65 64  |ror was detected|
00000e60  20 28 26 25 78 29 3a 20  25 73                    | (&%x): %s|
00000e6a