.title virtual job start module ; This module was added to RUNOFF by RT-11 SIG .ident /BL8.1/ .asect . = 44 .word 2000 ; set virtual bit in JSW .psect code .if df dblbuf xque:: .blkw 20. ; room for extra queue elements .endc START:: CALL $START ; set up to receive commands RUNOFF::MOV SPSAV,SP ; reset stack CALL INIT ; initialize variables JMP RESTRT ; continue .END START