.MCALL .MODULE .MODULE DUPOV1,VERSION=02,COMMENT=,IDENT=NO,GLOBAL=.DPOV1 ; Copyright (c) 1998 by Mentec, Inc., Nashua, NH. ; All rights reserved ; ; This software is furnished under a license for use only on a ; single computer system and may be copied only with the ; inclusion of the above copyright notice. This software, or ; any other copies thereof, may not be provided or otherwise ; made available to any other person except for use on such ; system and to one who agrees to these license terms. Title ; to and ownership of the software shall at all times remain ; in Mentec, Inc. ; ; The information in this document is subject to change without ; notice and should not be construed as a commitment by Digital ; Equipment Corporation, or Mentec, Inc. ; ; Digital and Mentec assume no responsibility for the use or ; reliability of its software on equipment which is not supplied ; by Digital or Mentec, and listed in the Software Product ; Description. ; Edit History: ; ; 001 28-Jan-80 10:30 Guldenschuh, Chuck cpg [240,148] ; Correct "Volume not RT-11 format" problem ; (001) .ENABL LC .SBTTL Psect ordering PSECT ...AFL ; PSECT ...ERS ; ;001 PSECT ...MFL ; ;**-1 PSECT IMPURE ;Impure data psect PSECT IMPURO ; ;001 PSECT .LIBD. ;Library data (error messages) ;**-1 PSECT .LIBP. ;Library pointers (error messages) PSECT PURE ;Pure data psect PSECT PUREB ;[byte] Pure data PSECT CLEAR0 ;List of items to cleared on start-up PSECT CLEAR1 ;List of blocks to be cleared on start-up PSECT SETIT0 ;List of blocks to set to a value on start-up PSECT SWITAB ;Valid option character table (SWITCH macro) PSECT FLGTBL ;Flag word table (SWITCH macro) PSECT BITTBL ;Table of option flag bits (SWITCH macro) PSECT ACTABL ;Action routine table (SWITCH macro) PSECT EXCTBL ;Table of option mutual exclusion bits PSECT PROCES ;Table of option processing routines PSECT DEVLID ;Option vs. filespec/device type check table PSECT RESTR1 ;Code psect PSECT RESTR2 ;Code psect PSECT PATCH ;Patch psect .BLKW 32. .END