SUBROUTINE OVL1B C C The following programs are used in the RT-11 User and RT-11 C Programmer self paced instruction courses for RT-11 V4.They are also C similar to programs used in the Programming with RT-11 series for C RT-11 V5.0 or later. The name of the files are as specified in the C self paced course. C C The code is supplied as a service as Digital does not supply these C on diskette. C Any copyright is the property of Digital Equipment Corporartion C INTEGER WASTE(50) !SPACE WASTER TO SHOW OFF OVERLAYS BYTE FIRST COMMON FIRST IF (FIRST) CALL PRINT (' SUBROUTINE OVL1B') CALL OVL1D CALL OVL1E RETURN END