Trailing-Edge
-
PDP-10 Archives
-
BB-P363B-SM_1985
-
mcb/nml/nmunfl.lst
There are no other files named nmunfl.lst in the archive.
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 1
3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (1)
; 0001 module NMUFIL (
; 0002 ident = 'DUMMY'
; 0003 ) =
; 0004 begin
; 0005
; 0006 !
; 0007 ! COPYRIGHT (c) 1980, 1981, 1982
; 0008 ! DIGITAL EQUIPMENT CORPORATION
; 0009 ! Maynard, Massachusetts
; 0010 !
; 0011 ! This software is furnished under a license and may be used
; 0012 ! and copied only in accordance with the terms of such license
; 0013 ! and with the inclusion of the above copyright notice. This
; 0014 ! software or any other copies thereof may not be provided or
; 0015 ! otherwise made available to any other person. No title to
; 0016 ! and ownership of the software is hereby transferred.
; 0017 !
; 0018 ! The information in this software is subject to change
; 0019 ! without notice and should not be construed as a commitment
; 0020 ! by DIGITAL EQUIPMENT CORPORATION.
; 0021 !
; 0022 ! DIGITAL assumes no responsibility for the use or reliability
; 0023 ! of its software on equipment which is not supplied by
; 0024 ! DIGITAL.
; 0025 !
; 0026
; 0027 !++
; 0028 ! Facility: LSG DECnet Network Management
; 0029 !
; 0030 ! Abstract:
; 0031 !
; 0032 ! Dummy module for NMUFIL.
; 0033 !
; 0034 ! Environment: User Mode on TOPS-20, TOPS-10, RSX-11/MCB
; 0035 !
; 0036 ! Author: Steven M. Jenness & Dale C. Gunn, Creation date: 19-Jun-81
; 0037 !
; 0038 !--
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 2
DUMMY 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (2)
; 0039
; 0040 !
; 0041 ! Include files:
; 0042 !
; 0043
; 0044 library 'NMULIB'; ! Get all required definitions
; 0045
; 0046 !
; 0047 ! Table of contents
; 0048 !
; 0049
; 0050 forward routine
; 0051 NMU$FILE_INITIALIZE : novalue, ! Initialize file interface
; 0052 NMU$FILE_OPEN, ! Open file for access
; 0053 NMU$FILE_READ,
; 0054 NMU$FILE_WRITE,
; 0055 NMU$FILE_SEEK,
; 0056 NMU$FILE_SKIP,
; 0057 NMU$FILE_CLOSE;
; 0058
; 0059 !
; 0060 ! Equated symbols:
; 0061 !
; 0062
; 0063 !
; 0064 ! Own storage:
; 0065 !
; 0066
; 0067 !
; 0068 ! External references:
; 0069 !
; 0070
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 3
DUMMY 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (3)
; 0071
; 0072 %global_routine ('NMU$FILE_INITIALIZE') : novalue =
; 0073
; 0074 begin
; L 0075 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0076 end; ! End of NMU$FILE_INITIALIZE
.TITLE NMUFIL
.IDENT /DUMMY/
.SBTTL UF.INI NMU$FILE_INITIALIZE as UF_INI
000000 .PSECT $CODE$, RO
000000 000207 UF.INI::RTS PC ; 0072
; Routine Size: 1 word, Routine Base: $CODE$ + 0000
; Maximum stack depth per invocation: 0 words
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 4
DUMMY NMU$FILE_INITIALIZE as UF_INI 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (4)
; 0077
; 0078 %global_routine ('NMU$FILE_OPEN', FILE_TYPE, HOST, FILE_NAME, RSP_PTR) =
; 0079
; 0080 begin
; L 0081 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0082 end; ! End of NMU$FILE_OPEN
.SBTTL UF.OPEN NMU$FILE_OPEN as UF_OPEN
000000 012700 177777 UF.OPEN::
MOV #-1,R0 ; 0078
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0002
; Maximum stack depth per invocation: 0 words
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 5
DUMMY NMU$FILE_OPEN as UF_OPEN 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (5)
; 0083
; 0084 %global_routine ('NMU$FILE_READ', FILE_ID, DEST_PTR, DEST_COUNT, RSP_PTR) =
; 0085
; 0086 begin
; L 0087 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0088 end; ! End of NMU$FILE_READ
.SBTTL UF.READ NMU$FILE_READ as UF_READ
000000 012700 177777 UF.READ::
MOV #-1,R0 ; 0084
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0010
; Maximum stack depth per invocation: 0 words
; 0089
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 6
DUMMY NMU$FILE_READ as UF_READ 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (6)
; 0090
; 0091 %global_routine ('NMU$FILE_WRITE', FILE_ID, SOURCE_PTR, WRITE_COUNT, RSP_PTR) =
; 0092
; 0093 begin
; L 0094 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0095 end; ! End of NMU$FILE_WRITE
.SBTTL UF.WRITE NMU$FILE_WRITE as UF_WRITE
000000 012700 177777 UF.WRITE::
MOV #-1,R0 ; 0091
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0016
; Maximum stack depth per invocation: 0 words
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 7
DUMMY NMU$FILE_WRITE as UF_WRITE 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (7)
; 0096
; 0097 %global_routine ('NMU$FILE_SEEK', FILE_ID, BYTE_POSITION, RSP_PTR) =
; 0098
; 0099 begin
; L 0100 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0101 end; ! End of NMU$FILE_SEEK
.SBTTL UF.SEEK NMU$FILE_SEEK as UF_SEEK
000000 012700 177777 UF.SEEK::
MOV #-1,R0 ; 0097
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0024
; Maximum stack depth per invocation: 0 words
; 0102
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 8
DUMMY NMU$FILE_SEEK as UF_SEEK 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (8)
; 0103
; 0104 %global_routine ('NMU$FILE_SKIP', FILE_ID, BYTE_COUNT, RSP_PTR) =
; 0105
; 0106 begin
; L 0107 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0108 end; ! End of NMU$FILE_SKIP
.SBTTL UF.SKIP NMU$FILE_SKIP as UF_SKIP
000000 012700 177777 UF.SKIP::
MOV #-1,R0 ; 0104
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0032
; Maximum stack depth per invocation: 0 words
; 0109
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 9
DUMMY NMU$FILE_SKIP as UF_SKIP 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (9)
; 0110
; 0111 %global_routine ('NMU$FILE_CLOSE', FILE_ID, RSP_PTR) =
; 0112
; 0113 begin
; L 0114 $NICE$ERR_UFO
; %PRINT: Unrecognized function or option
; 0115 end; ! End of NMU$FILE_CLOSE
.SBTTL UF.CLOSE NMU$FILE_CLOSE as UF_CLOSE
000000 012700 177777 UF.CLOSE::
MOV #-1,R0 ; 0111
000004 000207 RTS PC
; Routine Size: 3 words, Routine Base: $CODE$ + 0040
; Maximum stack depth per invocation: 0 words
; 0116
; 0117 end ! End of Module NMUFIL
; 0118 eludom
; PSECT SUMMARY
;
; Psect Name Words Attributes
; $CODE$ 19 RO , I , LCL, REL, CON
; LIBRARY STATISTICS
;
; -------- Symbols -------- Blocks
; File Total Loaded Percent Read
;
; DNET61:<MCB.NML>NMULIB.L16.1 2716 10 0 0
NMUFIL 24-May-1985 13:28:18 TOPS-20 Bliss-16 2A(530) Page 10
DUMMY NMU$FILE_CLOSE as UF_CLOSE 3-Jan-1983 17:14:07 DNET61:<MCB.NML>NMUNFL.BLI.1 (10)
; 0119
; 0120 ! Local Modes:
; 0121 ! Mode:BLISS
; 0122 ! Auto Save Mode:2
; 0123 ! Comment Column:40
; 0124 ! Comment Rounding:+1
; 0125 ! End:
; Size: 19 code + 0 data words
; Run Time: 00:01.6
; Elapsed Time: 00:04.4
; Memory Used: 23 pages
; Compilation Complete
BYTE_COUNT 104
BYTE_POSITION 97
DEST_COUNT 84
DEST_PTR 84
FILE_ID 84 91 97 104 111
FILE_NAME 78
FILE_TYPE 78
HOST 78
NMU$FILE_CLOSE 57
NMU$FILE_INITIALIZE 51
NMU$FILE_OPEN 52
NMU$FILE_READ 53
NMU$FILE_SEEK 55
NMU$FILE_SKIP 56
NMU$FILE_WRITE 54
NMUFIL 1#
RSP_PTR 78 84 91 97 104 111
SOURCE_PTR 91
WRITE_COUNT 91
$NICE$ERR_UFO 75 81 87 94 100 107 114
%GLOBAL_ROUTINE 72# 78# 84# 91# 97# 104# 111#