R0       EQU      0
R1       EQU      1
R2       EQU      2
R3       EQU      3
R4       EQU      4
R5       EQU      5
R6       EQU      6
R7       EQU      7
R8       EQU      8
R9       EQU      9
R10      EQU      10
R11      EQU      11
R12      EQU      12
R13      EQU      13
R14      EQU      14
R15      EQU      15
X1       EQU      R1
X2       EQU      R2
X3       EQU      R3
X4       EQU      R4
X5       EQU      R5
X6       EQU      R6
X7       EQU      R7
SR1      EQU      R8
SR2      EQU      R9
SR3      EQU      R10
SR4      EQU      R11
DECA     EQU      R12
D1       EQU      R12
D2       EQU      R13
D3       EQU      R14
D4       EQU      R15
STOMP    EQU      X'8000'
         ERROR,*0 '** This system file defines, among other things, the'
         ERROR,*0 '** location into which the program will be read.'
         ERROR,*0 '** The symbol "STOMP" may be changed to fit your'
         ERROR,*0 '** installation''s monitor so that use of the'
         ERROR,*0 '** program will not wipe out portions of the'
         ERROR,*0 '** monitor data that may be needed for recovery.'
         END
