	.title	Standard start module

; This module was added to RUNOFF by RT-11 SIG

	.ident	/BL8.1/
	.enabl	gbl

	.IF NDF RT1
	.code
	.ENDC
	.IF DF	RT11
	.psect	code
	.ENDC

START::
	.if	DF	$VMS
	.blkb	2		; Transfer vector mask
	.endc
	CALL	$START		; set up to receive commands
RUNOFF::MOV	SPSAV,SP	; reset stack
	CALL	INIT		; initialize variables
	JMP	RESTRT		; continue
	.END	START
