.TITLE SRDXX3 - A DUMMY PSECT .IDENT -6.4- ; NOV-83 .ENABL LC ; ; THIS MODULE HAS A DUMMY DATA PSECT, USED ONLY SO THAT THE ; OVERLAYS, SRDOPR, SRDSRT, AND SRDLST, CAN RE-CLAIM THE ; SPACE THAT THE VERY LARGE OVERLAY, SRDINI, USES. ; WE CAN DO THIS BECAUSE SRDOPR/SRDSRT PUT THE DATA IN CORE, AND ; SRDLST PRINTS IT, THEN WE ARE ALL DONE WITH IT. ; ; ; VERSION 6.4 - 07-Nov-83 (;BT003) ; ; Bob Turkelson ; SRD Working Group ; ; For IAS systems define the $$$XX1, $$$XX2, and $$$XX3 dummy ; psects with the RO attribute so that they are located in ; the proper location: after the code in their respective ; overlay segments. ; .IIF DF I$$AS .PSECT $$$XX3,D,RO ; On IAS with /-MU, make sure ;BT003 ; ; this PSECT follows the code ;BT003 .IIF NDF I$$AS .PSECT $$$XX3,D ;BT003 $$$XX3:: ;**-1 .END