perm filename HELP[PUB,TES] blob sn#195760 filedate 1976-01-07 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	To compile PUB, see the command file IT.
C00004 ENDMK
CāŠ—;
To compile PUB, see the command file IT.

ABC.SAI produces a load module consisting of the following:
	SHARE
		GLOBE
			SITE	- site definitions for conditional assembly
			COMMON
		PROCS
	ALGOL
	AREAS
	BLOCK
	CNTRS
	COLMS
	COMMD
	CTRLC

DEF.SAI
	SHARE
		GLOBE
			SITE
			COMMON
		PROCS
	DATUM
	ERROR
	FILES
	FILLR
	FONTS

PQR.SAI
	SHARE
		GLOBE
			SITE
			COMMON
		PROCS
	PAGES
	PASTE
	PORTS
	QUADS
	RESPS
	RUNP2	- This is the code to switch from pass 1 to pass 2
		- it is extremely site-dependant

STUVX.SAI
	SHARE
		GLOBE
			SITE
			COMMON
		PROCS
	SORCE
	TEMPL
	TOKEN
	USERS	- site dependant.  User interaction for startup and debugging
	VARBL
	VERTI
	XREFS

PASS1.SAI requires all of the above load modules, and the following sources:
	SHARE
		GLOBE
			SITE	- site definitions for conditional assembly
			COMMON
		PROCS

PASS2.SAI requires the following sources:
	SITE
	COMMON
	DATUM
	FONTS

The results of the compilations are the REL files ABC, DEF, PQR, STUVX, PASS1,
and PASS2.  PASS1 and PASS2 are loaded separately to produce PUB and PUB2
core image files.