;	File: HEXRESBLD.CMD
;
;	Builds HEX overlaid, with an FCS resident library (the ANSI version
;	as supplied on the RSX-11M V4 kit).
;	See HEXBLD.CMD for the non-FCSRES version, or HEXDEBBLD.CMD for
;	a non-overlaid version including ODT, which is acceptable to FTB.
;	This file is acceptable only to TKB (or STK).
;
HEX/CP/-FP/-SE,HEX/-SP=HEXRESBLD/MP
;
LIBR=FCSRES:RO
;
UNITS=3
ACTFIL=2
ASG=TI0:1:2,SY:3
;
STACK=64
;
EXTTSK=16384		; Space at top of task for MEMORY array
;
TASK=...HEX
;
; LOCAL MODIFICATIONS:
; --------------------
;TASK=...HFE
; Use the following GBLPATs to change the task name in various messages to
; match the TASK= option above, if the task name is not ...HEX. Comments
; indicate what string you are changing. Note that octal values have the
; FIRST letter in the LO byte. Example sets name to HFE.
;GBLPAT=HEX:PROMPT:43110:37105		; GCML prompt "HEX>"
;GBLPAT=HEX:IDT+3:43110:20105		; IDENT "HEX "
; The next one is required for parent/offspring tasking version only:
;GBLPAT=HELP:HLPCMD+5:43110:20105	; Spawned HELP command "HEX "
/
