.title sst ; ------------------------------------------------------------------ ; ; Name: SST - SST remapping ; ; Computer: LSI-11/23 -11/73 ; Operating System: RSX-11M V4.2 BL38C ; Language: MACRO-11 ; Original Programmer: R. E. K. Neitzel ; Process Control Applications ; 312 Laveta Pass ; Golden, CO 80401 ; (303) 966-7171 ; ; Date Implemented: 4/8/87 ; ; ; Revisions: Programmer Date Description ; ---------- -------- --------------------- ; ; ; Description: ; This routine remaps the sst vectors for the following ssts: ; odd address, memory prot. violation, bpt, iot, reserved instruction ; and non-RSX emt. They must be globally declared somewhere is your code. ; See F77SST.FTN. ; ; ---Executable statements begin here--- ; .mcall svtk$c sstvec: .word odd,mprot,tbit,iot,res,emt sst:: svtk$c sstvec,6 return .end sst