.TITLE SRDXX2 - A DUMMY PSECT .IDENT -6.5- ; Jan-85 .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. ; ; ; VERSION 6.5 - 16-Jan-85 (;WG001) ; ; SRD Working Group ; ; For all systems except RSX-11M-PLUS define the $$$XX1, ; $$$XX2, and $$$XX3 dummy psects with the RO attribute ; so that they are located in the proper location on ; RSX-11M V3.2 systems as well as on the other systems. ; ;= ; .IF DF R$$MPL ;WG001 .PSECT $$$XX2,D ;WG001 .IFF ;R$$MPL ;WG001 .PSECT $$$XX2,D,RO ;WG001 .ENDC ;R$$MPL ;WG001 $$$XX2:: ;**-3 .END