Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/crc/browse/brill.mac
There are no other files named brill.mac in the archive.
	TITLE BRILL - Load for shareable forots
;
;	This file, when loaded with a Fortran program, will produce
;	a memory image which has a separate low and hiseg for the
;	user's code, but also uses a shareable FOROTS (something that
;	it is difficult to do with LINK alone.)
;	It must be loaded BEFORE any user code.
;
	.TEXT "/OTS:NONSHARABLE"		;Make LINK separate code/date
	INTERNAL FOROT%

	FOROT%==400010				;Get shareable FOROTS
	END