.title Standard start module ; This module was added to RUNOFF by RT-11 SIG .ident /BL8.1/ .enabl gbl .psect code START:: CALL $START ; set up to receive commands RUNOFF::MOV SPSAV,SP ; reset stack CALL INIT ; initialize variables JMP RESTRT ; continue .END START