Google
 

Trailing-Edge - PDP-10 Archives - BB-4148F-BM_1984 - sources/dbcs24.cmd
There are 6 other files named dbcs24.cmd in the archive. Click here to see a list.
;                        Copyright (C) 1984 by
;             Digital Equipment Corporation, Maynard, Mass.
; DBCS24.CMD - to relink C74O12.EXE with DBMS-20 support
; To use:	@LINK
;		*@DBCS24.CMD
;		@SAVE C74O12 0 1,400 777
C74O12/MAP=
; put following C74LIB modules below C74SHR, flag overflow to C74SHR space
/SET:.HIGH.:547010/LIMIT:.HIGH.:600000
C74LIB/INCL:(CBLIO,OSTRNG)
; rest goes after C74SHR, flag overflow into SORT space
/SET:.HIGH.:600010/LIMIT:.HIGH.:676000
C74SHR,SYS:MACREL/SEG:HIGH
/SEARCH DBMS,C74LIB	; DBMS, rest of C74LIB
/SYMSEG:LOW		; produce usable map file
/GO