$! $! Command File to build the full 68020 Computer Program $! $! Assemble all modules $! $! Rev. 2-NOV-1993 $! $! $ Say = "Write SYS$OUTPUT" $! $ Say "" $ Say " First Assemble all Modules in the VME Program. " $ Say "" $! $ Set Verify $! $! $ AA Generate_Interrupt $! $! for 135 version uncomment the following line $! $! AA ASCII_Routines_for_MVME135 $! $! For 133 version uncomment the following line $ AA ASCII_Routines_for_MVME133 $! $! $ Set NoVerify $! $! $ Say "" $ Say " Now purge all old versions of the Object and List files. " $ Say "" $! $ PURGE *.OBJ $ PURGE *.LIS $! $! $ Say "" $ Say " Now Link the Generate Interrupt Program" $ Say "" $! $ LL/Absolute=Generate_Interrupt.ABS/Option Generate_Interrupt.OPT $! $ Say "" $ Say " Now purge all old versions of the MAP file. " $ Say "" $! $ PURGE *.MAP $! $ say "" $ say " The Generate Interrupt prog HAS been Linked. " $ say "" $! $! $ EXIT