ASSEMBLY LISTING OF SEGMENT >special_ldd>install>MR12.0-1206>vd_error_.alm ASSEMBLED ON: 11/05/86 1034.4 mst Wed OPTIONS USED: list ASSEMBLED BY: ALM Version 6.7 October 1986 ASSEMBLER CREATED: 10/08/86 1557.5 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1983 *  4 " * *  5 " ***********************************************************  6 include et_macros 1-1 " Begin include file ...... et_macros.incl.alm  1-2 " Written 6/15/77 by Noel I. Morris 1-3 " Modified '82 so error code entries are in first page of segment.  1-4  1-5 " This include file contains macros for generating error tables 1-6 " for both system and non-system use.  1-7  1-8 " ET MACRO  1-9 "  1-10 " This macro is used to initialize the error table for either  1-11 " system or non-system use. It is invoked at the beginning of  1-12 " the error table as follows:  1-13 "  1-14 " et table_name{,system}  1-15 "  1-16  1-17 macro et  1 1-18 maclist on 2 1-19  3 1-20 name &1  4 1-21  5 1-22 &^=&2,system&[  6 1-23  7 1-24 include stack_header  8 1-25  9 1-26  10 1-27  11 1-28 use codes  12 1-29 .code_start:  13 1-30  14 1-31 use past_codes 15 1-32 .code_end:  16 1-33  17 1-34 join /link/codes,past_codes  18 1-35  19 1-36 use messages  20 1-37  21 1-38 .trapproc:  22 1-39 epaq 0,ic  23 1-40 eax0 0,au  24 1-41 epbpsb sp|0  25 1-42 lprplp sb|stack_header.lot_ptr,*au 26 1-43 eax1 .code_start  27 1-44 .loop: stx0 lp|0,x1 28 1-45 eax1 1,x1  29 1-46 cmpx1 .code_end,du 30 1-47 tmi .loop-*,ic 31 1-48 short_return  32 1-49  33 1-50 firstref <*text>|.trapproc 34 1-51  35 1-52 &; use codes  36 1-53 use messages  37 1-54  38 1-55 join /text/codes,messages  39 1-56  40 1-57 &]  41 1-58  42 1-59 bool .segno,77777  43 1-60  44 1-61 maclist off  45 1-62  46 1-63 &end  1-64  1-65  1-66  1-67 " EC MACRO  1-68 "  1-69 " This macro is used to define an error code as shown:  1-70 "  1-71 " ec name,{short_mess},(long_mess)  1-72 "  1-73 " If more than a single name is to be defined for a given message,  1-74 " a list of names separated by commas and enclosed in parentheses  1-75 " must be given. short_mess must be 8 or less characters. If omitted,  1-76 " the short_mess will be set to the name. long_mess is enclosed  1-77 " in parentheses in order to cause ALM to ignore embedded blanks. Please  1-78 " note that double quote characters in either short_mess or long_mess  1-79 " must be doubled in order to make the ALM assembly work properly.  1-80 " Note that a macro invocation line terminated by a comma will cause that  1-81 " statement to be continued on the next line.  1-82  1-83 macro ec  1 1-84 use codes  2 1-85  3 1-86 maclist on,save  4 1-87 &(1 segdef &i  5 1-88 &) maclist restore  6 1-89 &(1&i:  7 1-90 &) maclist object,save  8 1-91 zero .segno,&U 9 1-92 maclist restore  10 1-93 use messages  11 1-94 &^=&l2,0&[ shortname &2  12 1-95 &; shortname &1  13 1-96 &]  14 1-97 &U: 15 1-98 maclist on,save  16 1-99 acc "&3"  17 1-100  18 1-101 maclist restore  19 1-102 &end  1-103  1-104 macro shortname 1 1-105 maclist on,save  2 1-106 aci "&1",8  3 1-107 maclist restore  4 1-108 &end  1-109  1-110  1-111  1-112 " A typical error table source program might have the following format: 1-113 "  1-114 " include et_macros 1-115 "  1-116 " et name_of_error_table  1-117 "  1-118 " ec error_code_1,ecode1,(This is error code 1.)  1-119 "  1-120 " ec error_code_2,ecode2,(This is error code 2.)  1-121 "  1-122 " : : : :  1-123 "  1-124 " ec error_code_n,ecoden,(This is the nth error code.)  1-125 "  1-126 " end  1-127 "  1-128  1-129 " End of include file ...... et_macros.incl.alm 1-130  7 et vd_error_   000000 name vd_error_    include stack_header  2-1 " BEGIN INCLUDE FILE ... stack_header.incl.alm 3/72 Bill Silver  2-2 "  2-3 " modified 7/76 by M. Weaver for *system links and more system use of areas 2-4 " modified 3/77 by M. Weaver to add rnt_ptr  2-5 " modified 7/77 by S. Webber to add run_unit_depth and assign_linkage_ptr  2-6 " modified 6/83 by J. Ives to add trace_frames and in_trace.  2-7  2-8 " HISTORY COMMENTS: 2-9 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396),  2-10 " audit(86-08-05,Schroth), install(86-11-03,MR12.0-1206):  2-11 " added the heap_header_ptr definition  2-12 " 2) change(86-08-12,Kissel), approve(86-08-12,MCR7473),  2-13 " audit(86-10-10,Fawcett), install(86-11-03,MR12.0-1206):  2-14 " Modified to support control point management. These changes were 2-15 " actually made in February 1985 by G. Palter.  2-16 " 3) change(86-10-22,Fawcett), approve(86-10-22,MCR7473),  2-17 " audit(86-10-22,Farley), install(86-11-03,MR12.0-1206):  2-18 " Remove the old_lot pointer and replace it with cpm_data_ptr. Use the 18  2-19 " bit pad after cur_lot_size for the cpm_enabled. This was done to save 2-20 " some space int the stack header and change the cpd_ptr unal to  2-21 " cpm_data_ptr (ITS pair).  2-22 " END HISTORY COMMENTS 2-23  000004 2-24 equ stack_header.cpm_data_ptr,4 ptr to control point for this stack  000006 2-25 equ stack_header.combined_stat_ptr,6 ptr to separate static area  2-26  000010 2-27 equ stack_header.clr_ptr,8 ptr to area containing linkage sections  000012 2-28 equ stack_header.max_lot_size,10 number of words allowed in lot (DU)  000012 2-29 equ stack_header.main_proc_invoked,10 nonzero if main proc was invoked in run unit (DL)  000012 2-30 equ stack_header.run_unit_depth,10 number of active run units stacked (DL) 000013 2-31 equ stack_header.cur_lot_size,11 DU number of words (entries) in lot  000013 2-32 equ stack_header.cpm_enabled,11 DL non-zero if control point management is enabled  000014 2-33 equ stack_header.system_free_ptr,12 ptr to system storage area 000016 2-34 equ stack_header.user_free_ptr,14 ptr to user storage area  2-35  000020 2-36 equ stack_header.parent_ptr,16 ptr to parent stack or null  000022 2-37 equ stack_header.stack_begin_ptr,18 ptr to first stack frame  000024 2-38 equ stack_header.stack_end_ptr,20 ptr to next useable stack frame 000026 2-39 equ stack_header.lot_ptr,22 ptr to the lot for the current ring  2-40  000030 2-41 equ stack_header.signal_ptr,24 ptr to signal proc for current ring  000032 2-42 equ stack_header.bar_mode_sp,26 value of sp before entering bar mode  000034 2-43 equ stack_header.pl1_operators_ptr,28 ptr: pl1_operators_$operator_table  000036 2-44 equ stack_header.call_op_ptr,30 ptr to standard call operator 2-45  000040 2-46 equ stack_header.push_op_ptr,32 ptr to standard push operator 000042 2-47 equ stack_header.return_op_ptr,34 ptr to standard return operator 000044 2-48 equ stack_header.ret_no_pop_op_ptr,36 ptr: stand. return/ no pop operator  000046 2-49 equ stack_header.entry_op_ptr,38 ptr to standard entry operator  2-50  000050 2-51 equ stack_header.trans_op_tv_ptr,40 ptr to table of translator operator ptrs  000052 2-52 equ stack_header.isot_ptr,42 pointer to ISOT  000054 2-53 equ stack_header.sct_ptr,44 pointer to System Condition Table 000056 2-54 equ stack_header.unwinder_ptr,46 pointer to unwinder for current ring 2-55  000060 2-56 equ stack_header.sys_link_info_ptr,48 ptr to *system link name table  000062 2-57 equ stack_header.rnt_ptr,50 ptr to reference name table  000064 2-58 equ stack_header.ect_ptr,52 ptr to event channel table  000066 2-59 equ stack_header.assign_linkage_ptr,54 ptr to area for hcs_$assign_linkage calls  000070 2-60 equ stack_header.heap_header_ptr,56 ptr to heap header.  000072 2-61 equ stack_header.trace_frames,58 stack of trace_catch_ frames 000073 2-62 equ stach_header.trace_top_ptr,59 trace pointer  000074 2-63 equ stack_header.in_trace,60 trace antirecurse bit  000100 2-64 equ stack_header_end,64 length of stack header  2-65  2-66  2-67  2-68  000000 2-69 equ trace_frames.count,0 number of trace frames on stack  000001 2-70 equ trace_frames.top_ptr,1 packed pointer to top one  2-71  2-72 " The following constant is an offset within the pl1 operators table.  2-73 " It references a transfer vector table.  2-74  000551 2-75 bool tv_offset,551 2-76  2-77  2-78 " The following constants are offsets within this transfer vector table.  2-79  001170 2-80 equ call_offset,tv_offset+271  001171 2-81 equ push_offset,tv_offset+272  001172 2-82 equ return_offset,tv_offset+273  001173 2-83 equ return_no_pop_offset,tv_offset+274 001174 2-84 equ entry_offset,tv_offset+275 2-85  2-86  2-87 " END INCLUDE FILE stack_header.incl.alm     use codes  000010 .code_start:   use past_codes 000033 .code_end:   join /link/codes,past_codes   use messages   000000 .trapproc:  000000 aa 000000 2130 04 epaq 0,ic  000001 aa 000000 6200 01 eax0 0,au  000002 aa 6 00000 3731 00 epbpsb sp|0  000003 aa 7 00026 7641 61 lprplp sb|stack_header.lot_ptr,*au 000004 8a 000010 6210 00 eax1 .code_start  000005 aa 4 00000 7401 11 .loop: stx0 lp|0,x1 000006 aa 000001 6210 11 eax1 1,x1  000007 8a 000033 1010 03 cmpx1 .code_end,du 000010 aa 777775 6040 04 tmi .loop-*,ic 000011 aa 7 00044 7101 20 short_return   000012 firstref <*text>|.trapproc    077777 bool .segno,77777   8 "  9 " Written by Lindsey Spratt.  10 " Modified: 11 " 07/08/82 by Lindsey Spratt: Added the short_buffer error code.  12 " 08/29/82 by Ed Wallman: Added nonexistent_variable_reference error code.  13 " 09/25/82 by Ed Wallman: Added empty_report error code.  14 " 10/14/82 by Lindsey Spratt: Added the mismatched_descriptors and wrong_type  15 " error codes.  16 " 06/09/83 by S. Krupp: added bad_print_vector_index and dim_not_in_vector  17 " error codes.  18 "  19 ec no_vector,novec, 20 (No vector was found.) 000010 segdef no_vector  000010 a0 077777 000014 000012 aa 156 157 166 145 aci "novec",8 000013 aa 143 040 040 040 000014 aa 024 116 157 040 acc "No vector was found."  000015 aa 166 145 143 164 000016 aa 157 162 040 167 000017 aa 141 163 040 146 000020 aa 157 165 156 144 000021 aa 056 000 000 000  21  22 ec bad_parent_pos,badprnt,  23 (The parent position in the node does not match the position of the parent node in the current path.)  000011 segdef bad_parent_pos 000011 a0 077777 000024 000022 aa 142 141 144 160 aci "badprnt",8  000023 aa 162 156 164 040 000024 aa 143 124 150 145 acc "The parent position in the node does not match the position of the parent node in the current path." 000025 aa 040 160 141 162 000026 aa 145 156 164 040 000027 aa 160 157 163 151 000030 aa 164 151 157 156 000031 aa 040 151 156 040 000032 aa 164 150 145 040 000033 aa 156 157 144 145 000034 aa 040 144 157 145 000035 aa 163 040 156 157 000036 aa 164 040 155 141 000037 aa 164 143 150 040 000040 aa 164 150 145 040 000041 aa 160 157 163 151 000042 aa 164 151 157 156 000043 aa 040 157 146 040 000044 aa 164 150 145 040 000045 aa 160 141 162 145 000046 aa 156 164 040 156 000047 aa 157 144 145 040 000050 aa 151 156 040 164 000051 aa 150 145 040 143 000052 aa 165 162 162 145 000053 aa 156 164 040 160 000054 aa 141 164 150 056  24  25 ec bad_node,bn, 26 (A node is inconsistent.)  000012 segdef bad_node  000012 a0 077777 000057 000055 aa 142 156 040 040 aci "bn",8  000056 aa 040 040 040 040 000057 aa 027 101 040 156 acc "A node is inconsistent." 000060 aa 157 144 145 040 000061 aa 151 163 040 151 000062 aa 156 143 157 156 000063 aa 163 151 163 164 000064 aa 145 156 164 056  27  28 ec vector_is_already_in_db,vecdup,  29 (The vector is already present.)  000013 segdef vector_is_already_in_db  000013 a0 077777 000067 000065 aa 166 145 143 144 aci "vecdup",8  000066 aa 165 160 040 040 000067 aa 036 124 150 145 acc "The vector is already present."  000070 aa 040 166 145 143 000071 aa 164 157 162 040 000072 aa 151 163 040 141 000073 aa 154 162 145 141 000074 aa 144 171 040 160 000075 aa 162 145 163 145 000076 aa 156 164 056 000  30  31 ec line_too_short_for_vector,shrtline,  32 (Data does not fit given line length.) 000014 segdef line_too_short_for_vector  000014 a0 077777 000101 000077 aa 163 150 162 164 aci "shrtline",8  000100 aa 154 151 156 145 000101 aa 044 104 141 164 acc "Data does not fit given line length."  000102 aa 141 040 144 157 000103 aa 145 163 040 156 000104 aa 157 164 040 146 000105 aa 151 164 040 147 000106 aa 151 166 145 156 000107 aa 040 154 151 156 000110 aa 145 040 154 145 000111 aa 156 147 164 150 000112 aa 056 000 000 000  33  34 ec inconsistent_display_definition,bad_def,  35 (Display definition is inconsistent.) 000015 segdef inconsistent_display_definition  000015 a0 077777 000115 000113 aa 142 141 144 137 aci "bad_def",8  000114 aa 144 145 146 040 000115 aa 043 104 151 163 acc "Display definition is inconsistent." 000116 aa 160 154 141 171 000117 aa 040 144 145 146 000120 aa 151 156 151 164 000121 aa 151 157 156 040 000122 aa 151 163 040 151 000123 aa 156 143 157 156 000124 aa 163 151 163 164 000125 aa 145 156 164 056  36  37 ec invalid_field_name,badfield, 38 (Invalid field name specified.)  000016 segdef invalid_field_name 000016 a0 077777 000130 000126 aa 142 141 144 146 aci "badfield",8  000127 aa 151 145 154 144 000130 aa 035 111 156 166 acc "Invalid field name specified."  000131 aa 141 154 151 144 000132 aa 040 146 151 145 000133 aa 154 144 040 156 000134 aa 141 155 145 040 000135 aa 163 160 145 143 000136 aa 151 146 151 145 000137 aa 144 056 000 000  39  40 ec dim_already_in_vector,dimdup,  41 (The dimension is already present in the vector.)  000017 segdef dim_already_in_vector  000017 a0 077777 000142 000140 aa 144 151 155 144 aci "dimdup",8  000141 aa 165 160 040 040 000142 aa 057 124 150 145 acc "The dimension is already present in the vector." 000143 aa 040 144 151 155 000144 aa 145 156 163 151 000145 aa 157 156 040 151 000146 aa 163 040 141 154 000147 aa 162 145 141 144 000150 aa 171 040 160 162 000151 aa 145 163 145 156 000152 aa 164 040 151 156 000153 aa 040 164 150 145 000154 aa 040 166 145 143 000155 aa 164 157 162 056  42  43 ec bad_range_syntax,badrange,  44 (The syntax of the range specification is invalid.)  000020 segdef bad_range_syntax  000020 a0 077777 000160 000156 aa 142 141 144 162 aci "badrange",8  000157 aa 141 156 147 145 000160 aa 061 124 150 145 acc "The syntax of the range specification is invalid."  000161 aa 040 163 171 156 000162 aa 164 141 170 040 000163 aa 157 146 040 164 000164 aa 150 145 040 162 000165 aa 141 156 147 145 000166 aa 040 163 160 145 000167 aa 143 151 146 151 000170 aa 143 141 164 151 000171 aa 157 156 040 151 000172 aa 163 040 151 156 000173 aa 166 141 154 151 000174 aa 144 056 000 000  45  46 ec dimension_already_defined,dimdef,  47 (The dimension was already present in the dimension_table.)  000021 segdef dimension_already_defined  000021 a0 077777 000177 000175 aa 144 151 155 144 aci "dimdef",8  000176 aa 145 146 040 040 000177 aa 071 124 150 145 acc "The dimension was already present in the dimension_table."  000200 aa 040 144 151 155 000201 aa 145 156 163 151 000202 aa 157 156 040 167 000203 aa 141 163 040 141 000204 aa 154 162 145 141 000205 aa 144 171 040 160 000206 aa 162 145 163 145 000207 aa 156 164 040 151 000210 aa 156 040 164 150 000211 aa 145 040 144 151 000212 aa 155 145 156 163 000213 aa 151 157 156 137 000214 aa 164 141 142 154 000215 aa 145 056 000 000  48  49 ec short_buffer,shortbuf,  50 (The buffer is to small for the requested data.)  000022 segdef short_buffer  000022 a0 077777 000220 000216 aa 163 150 157 162 aci "shortbuf",8  000217 aa 164 142 165 146 000220 aa 056 124 150 145 acc "The buffer is to small for the requested data."  000221 aa 040 142 165 146 000222 aa 146 145 162 040 000223 aa 151 163 040 164 000224 aa 157 040 163 155 000225 aa 141 154 154 040 000226 aa 146 157 162 040 000227 aa 164 150 145 040 000230 aa 162 145 161 165 000231 aa 145 163 164 145 000232 aa 144 040 144 141 000233 aa 164 141 056 000  51  52 ec nonexistent_variable_reference,novarref, 53 (A reference to a nonexistent variable has been found.)  000023 segdef nonexistent_variable_reference 000023 a0 077777 000236 000234 aa 156 157 166 141 aci "novarref",8  000235 aa 162 162 145 146 000236 aa 065 101 040 162 acc "A reference to a nonexistent variable has been found."  000237 aa 145 146 145 162 000240 aa 145 156 143 145 000241 aa 040 164 157 040 000242 aa 141 040 156 157 000243 aa 156 145 170 151 000244 aa 163 164 145 156 000245 aa 164 040 166 141 000246 aa 162 151 141 142 000247 aa 154 145 040 150 000250 aa 141 163 040 142 000251 aa 145 145 156 040 000252 aa 146 157 165 156 000253 aa 144 056 000 000  54  55 ec empty_report,empty,  56 (The report as specified is empty.)  000024 segdef empty_report  000024 a0 077777 000256 000254 aa 145 155 160 164 aci "empty",8 000255 aa 171 040 040 040 000256 aa 041 124 150 145 acc "The report as specified is empty."  000257 aa 040 162 145 160 000260 aa 157 162 164 040 000261 aa 141 163 040 163 000262 aa 160 145 143 151 000263 aa 146 151 145 144 000264 aa 040 151 163 040 000265 aa 145 155 160 164 000266 aa 171 056 000 000  57  58 ec wrong_type,badtype,  59 (The wrong type of vector structure was provided.) 000025 segdef wrong_type 000025 a0 077777 000271 000267 aa 142 141 144 164 aci "badtype",8  000270 aa 171 160 145 040 000271 aa 060 124 150 145 acc "The wrong type of vector structure was provided."  000272 aa 040 167 162 157 000273 aa 156 147 040 164 000274 aa 171 160 145 040 000275 aa 157 146 040 166 000276 aa 145 143 164 157 000277 aa 162 040 163 164 000300 aa 162 165 143 164 000301 aa 165 162 145 040 000302 aa 167 141 163 040 000303 aa 160 162 157 166 000304 aa 151 144 145 144 000305 aa 056 000 000 000  60  61 ec mismatched_descriptors,baddesc,  62 (The descriptors aren't the same.) 000026 segdef mismatched_descriptors 000026 a0 077777 000310 000306 aa 142 141 144 144 aci "baddesc",8  000307 aa 145 163 143 040 000310 aa 040 124 150 145 acc "The descriptors aren't the same."  000311 aa 040 144 145 163 000312 aa 143 162 151 160 000313 aa 164 157 162 163 000314 aa 040 141 162 145 000315 aa 156 047 164 040 000316 aa 164 150 145 040 000317 aa 163 141 155 145 000320 aa 056 000 000 000  63  64 ec invalid_alignment,invalign,  65 (The data is incorrectly aligned.) 000027 segdef invalid_alignment  000027 a0 077777 000323 000321 aa 151 156 166 141 aci "invalign",8  000322 aa 154 151 147 156 000323 aa 040 124 150 145 acc "The data is incorrectly aligned."  000324 aa 040 144 141 164 000325 aa 141 040 151 163 000326 aa 040 151 156 143 000327 aa 157 162 162 145 000330 aa 143 164 154 171 000331 aa 040 141 154 151 000332 aa 147 156 145 144 000333 aa 056 000 000 000  66  67 ec unimplemented_data_type,baddt,  68 (The data type is no implemented.) 000030 segdef unimplemented_data_type  000030 a0 077777 000336 000334 aa 142 141 144 144 aci "baddt",8 000335 aa 164 040 040 040 000336 aa 040 124 150 145 acc "The data type is no implemented."  000337 aa 040 144 141 164 000340 aa 141 040 164 171 000341 aa 160 145 040 151 000342 aa 163 040 156 157 000343 aa 040 151 155 160 000344 aa 154 145 155 145 000345 aa 156 164 145 144 000346 aa 056 000 000 000  69  70 ec bad_print_vector_index,badpvi,  71 (The index does given not specify a print_vector in the print_vector_array.)  000031 segdef bad_print_vector_index 000031 a0 077777 000351 000347 aa 142 141 144 160 aci "badpvi",8  000350 aa 166 151 040 040 000351 aa 112 124 150 145 acc "The index does given not specify a print_vector in the print_vector_array."  000352 aa 040 151 156 144 000353 aa 145 170 040 144 000354 aa 157 145 163 040 000355 aa 147 151 166 145 000356 aa 156 040 156 157 000357 aa 164 040 163 160 000360 aa 145 143 151 146 000361 aa 171 040 141 040 000362 aa 160 162 151 156 000363 aa 164 137 166 145 000364 aa 143 164 157 162 000365 aa 040 151 156 040 000366 aa 164 150 145 040 000367 aa 160 162 151 156 000370 aa 164 137 166 145 000371 aa 143 164 157 162 000372 aa 137 141 162 162 000373 aa 141 171 056 000  72  73 ec dim_not_in_vector,nodim, 74 (The specified dimension is not present in the print_vector.) 000032 segdef dim_not_in_vector  000032 a0 077777 000376 000374 aa 156 157 144 151 aci "nodim",8 000375 aa 155 040 040 040 000376 aa 073 124 150 145 acc "The specified dimension is not present in the print_vector." 000377 aa 040 163 160 145 000400 aa 143 151 146 151 000401 aa 145 144 040 144 000402 aa 151 155 145 156 000403 aa 163 151 157 156 000404 aa 040 151 163 040 000405 aa 156 157 164 040 000406 aa 160 162 145 163 000407 aa 145 156 164 040 000410 aa 151 156 040 164 000411 aa 150 145 040 160 000412 aa 162 151 156 164 000413 aa 137 166 145 143 000414 aa 164 157 162 056  75  76 end  NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 000416 5a 000003 000000 000417 5a 000256 600000 000420 aa 000000 000000 000421 55 000011 000002 000422 5a 000002 400003 000423 55 000006 000011 000424 aa 011 166 144 137 000425 aa 145 162 162 157 000426 aa 162 137 000 000 000427 55 000021 000003 000430 2a 000032 400001 000431 55 000014 000003 000432 aa 021 144 151 155 dim_not_in_vector  000433 aa 137 156 157 164 000434 aa 137 151 156 137 000435 aa 166 145 143 164 000436 aa 157 162 000 000 000437 55 000032 000011 000440 2a 000031 400001 000441 55 000024 000003 000442 aa 026 142 141 144 bad_print_vector_index  000443 aa 137 160 162 151 000444 aa 156 164 137 166 000445 aa 145 143 164 157 000446 aa 162 137 151 156 000447 aa 144 145 170 000 000450 55 000043 000021 000451 2a 000030 400001 000452 55 000035 000003 000453 aa 027 165 156 151 unimplemented_data_type 000454 aa 155 160 154 145 000455 aa 155 145 156 164 000456 aa 145 144 137 144 000457 aa 141 164 141 137 000460 aa 164 171 160 145 000461 55 000053 000032 000462 2a 000027 400001 000463 55 000046 000003 000464 aa 021 151 156 166 invalid_alignment  000465 aa 141 154 151 144 000466 aa 137 141 154 151 000467 aa 147 156 155 145 000470 aa 156 164 000 000 000471 55 000064 000043 000472 2a 000026 400001 000473 55 000056 000003 000474 aa 026 155 151 163 mismatched_descriptors  000475 aa 155 141 164 143 000476 aa 150 145 144 137 000477 aa 144 145 163 143 000500 aa 162 151 160 164 000501 aa 157 162 163 000 000502 55 000072 000053 000503 2a 000025 400001 000504 55 000067 000003 000505 aa 012 167 162 157 wrong_type  000506 aa 156 147 137 164 000507 aa 171 160 145 000 000510 55 000101 000064 000511 2a 000024 400001 000512 55 000075 000003 000513 aa 014 145 155 160 empty_report  000514 aa 164 171 137 162 000515 aa 145 160 157 162 000516 aa 164 000 000 000 000517 55 000114 000072 000520 2a 000023 400001 000521 55 000104 000003 000522 aa 036 156 157 156 nonexistent_variable_reference  000523 aa 145 170 151 163 000524 aa 164 145 156 164 000525 aa 137 166 141 162 000526 aa 151 141 142 154 000527 aa 145 137 162 145 000530 aa 146 145 162 145 000531 aa 156 143 145 000 000532 55 000123 000101 000533 2a 000022 400001 000534 55 000117 000003 000535 aa 014 163 150 157 short_buffer  000536 aa 162 164 137 142 000537 aa 165 146 146 145 000540 aa 162 000 000 000 000541 55 000135 000114 000542 2a 000021 400001 000543 55 000126 000003 000544 aa 031 144 151 155 dimension_already_defined  000545 aa 145 156 163 151 000546 aa 157 156 137 141 000547 aa 154 162 145 141 000550 aa 144 171 137 144 000551 aa 145 146 151 156 000552 aa 145 144 000 000 000553 55 000145 000123 000554 2a 000020 400001 000555 55 000140 000003 000556 aa 020 142 141 144 bad_range_syntax  000557 aa 137 162 141 156 000560 aa 147 145 137 163 000561 aa 171 156 164 141 000562 aa 170 000 000 000 000563 55 000156 000135 000564 2a 000017 400001 000565 55 000150 000003 000566 aa 025 144 151 155 dim_already_in_vector  000567 aa 137 141 154 162 000570 aa 145 141 144 171 000571 aa 137 151 156 137 000572 aa 166 145 143 164 000573 aa 157 162 000 000 000574 55 000166 000145 000575 2a 000016 400001 000576 55 000161 000003 000577 aa 022 151 156 166 invalid_field_name  000600 aa 141 154 151 144 000601 aa 137 146 151 145 000602 aa 154 144 137 156 000603 aa 141 155 145 000 000604 55 000201 000156 000605 2a 000015 400001 000606 55 000171 000003 000607 aa 037 151 156 143 inconsistent_display_definition 000610 aa 157 156 163 151 000611 aa 163 164 145 156 000612 aa 164 137 144 151 000613 aa 163 160 154 141 000614 aa 171 137 144 145 000615 aa 146 151 156 151 000616 aa 164 151 157 156 000617 55 000213 000166 000620 2a 000014 400001 000621 55 000204 000003 000622 aa 031 154 151 156 line_too_short_for_vector  000623 aa 145 137 164 157 000624 aa 157 137 163 150 000625 aa 157 162 164 137 000626 aa 146 157 162 137 000627 aa 166 145 143 164 000630 aa 157 162 000 000 000631 55 000224 000201 000632 2a 000013 400001 000633 55 000216 000003 000634 aa 027 166 145 143 vector_is_already_in_db 000635 aa 164 157 162 137 000636 aa 151 163 137 141 000637 aa 154 162 145 141 000640 aa 144 171 137 151 000641 aa 156 137 144 142 000642 55 000232 000213 000643 2a 000012 400001 000644 55 000227 000003 000645 aa 010 142 141 144 bad_node  000646 aa 137 156 157 144 000647 aa 145 000 000 000 000650 55 000241 000224 000651 2a 000011 400001 000652 55 000235 000003 000653 aa 016 142 141 144 bad_parent_pos  000654 aa 137 160 141 162 000655 aa 145 156 164 137 000656 aa 160 157 163 000 000657 55 000247 000232 000660 2a 000010 400001 000661 55 000244 000003 000662 aa 011 156 157 137 no_vector  000663 aa 166 145 143 164 000664 aa 157 162 000 000 000665 55 000002 000241 000666 6a 000000 400002 000667 55 000252 000003 000670 aa 014 163 171 155 symbol_table  000671 aa 142 157 154 137 000672 aa 164 141 142 154 000673 aa 145 000 000 000 DEFINITIONS HASH TABLE  000674 aa 000000 000033 000675 5a 000101 000000 000676 5a 000123 000000 000677 5a 000114 000000 000700 5a 000145 000000 000701 5a 000135 000000 000702 5a 000241 000000 000703 5a 000011 000000 000704 5a 000201 000000 000705 5a 000032 000000 000706 5a 000166 000000 000707 5a 000232 000000 000710 5a 000072 000000 000711 5a 000213 000000 000712 5a 000224 000000 000713 5a 000156 000000 000714 5a 000043 000000 000715 5a 000053 000000 000716 5a 000247 000000 000717 aa 000000 000000 000720 aa 000000 000000 000721 aa 000000 000000 000722 aa 000000 000000 000723 aa 000000 000000 000724 aa 000000 000000 000725 aa 000000 000000 000726 5a 000021 000000 000727 5a 000064 000000 NO EXTERNAL NAMES  NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  000730 aa 000001 000000 000731 aa 000000 000000 INTERNAL EXPRESSION WORDS 000732 50 000312 000000 000733 aa 000000 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 02 000416 000036 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000034 000041 000007 a2 000000 000024 000034 9a 777744 0000 46 *text|  000035 5a 000314 0000 00 FIRST REFERENCE TRAP LIST  000036 aa 000000 000001 000037 aa 000000 000001 000040 2a 000034 000000 000041 aa 000000 000000 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 114732 000005 aa 732732 062314 000006 aa 000000 114775 000007 aa 662731 711365 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000205 000020 aa 000000 000144 000021 aa 000000 000166 000022 aa 000175 000144 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056067 000030 aa 040040 117143 000031 aa 164157 142145 000032 aa 162040 061071 000033 aa 070066 040040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 141040 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 154151 163164 000045 aa 040040 040040 000046 aa 040040 040040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040040 040040 000057 aa 040040 040040 000060 aa 040040 040040 000061 aa 040040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000003 000066 aa 000102 000056 000067 aa 147740 446122 000070 aa 000000 114774 000071 aa 460720 400000 000072 aa 000116 000037 000073 aa 120665 316464 000074 aa 000000 112067 000075 aa 253504 600000 000076 aa 000126 000066 000077 aa 147714 750316 000100 aa 000000 114774 000101 aa 453561 000000 000102 aa 076163 160145 >special_ldd>install>MR12.0-1206>vd_error_.alm  000103 aa 143151 141154 000104 aa 137154 144144 000105 aa 076151 156163 000106 aa 164141 154154 000107 aa 076115 122061 000110 aa 062056 060055 000111 aa 061062 060066 000112 aa 076166 144137 000113 aa 145162 162157 000114 aa 162137 056141 000115 aa 154155 040040 000116 aa 076154 144144 >ldd>include>et_macros.incl.alm 000117 aa 076151 156143 000120 aa 154165 144145 000121 aa 076145 164137 000122 aa 155141 143162 000123 aa 157163 056151 000124 aa 156143 154056 000125 aa 141154 155040 000126 aa 076163 160145 >special_ldd>install>MR12.0-1206>stack_header.incl.alm  000127 aa 143151 141154 000130 aa 137154 144144 000131 aa 076151 156163 000132 aa 164141 154154 000133 aa 076115 122061 000134 aa 062056 060055 000135 aa 061062 060066 000136 aa 076163 164141 000137 aa 143153 137150 000140 aa 145141 144145 000141 aa 162056 151156 000142 aa 143154 056141 000143 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  *text vd_error_: 7. 14 .._00000 vd_error_: 20. 24 .._00001 vd_error_: 23. 57 .._00002 vd_error_: 26. 67 .._00003 vd_error_: 29. 101 .._00004 vd_error_: 32. 115 .._00005 vd_error_: 35. 130 .._00006 vd_error_: 38. 142 .._00007 vd_error_: 41. 160 .._00010 vd_error_: 44. 177 .._00011 vd_error_: 47. 220 .._00012 vd_error_: 50. 236 .._00013 vd_error_: 53. 256 .._00014 vd_error_: 56. 271 .._00015 vd_error_: 59. 310 .._00016 vd_error_: 62. 323 .._00017 vd_error_: 65. 336 .._00020 vd_error_: 68. 351 .._00021 vd_error_: 71. 376 .._00022 vd_error_: 74. 33 .code_end vd_error_: 7. 10 .code_start vd_error_: 7. 5 .loop vd_error_: 7. 77777 .segno vd_error_: 7, 20, 23, 26, 29, 32, 35, 38, 41, 44, 47, 50,  53, 56, 59, 62, 65, 68, 71, 74.  0 .trapproc vd_error_: 7. 12 bad_node vd_error_: 26. 11 bad_parent_pos vd_error_: 23. 31 bad_print_vector_index vd_error_: 71. 20 bad_range_syntax vd_error_: 44. 1170 call_offset stack_header: 80.  10 codes vd_error_: 7, 20, 23, 26, 29, 32, 35, 38, 41, 44, 47, 50,  53, 56, 59, 62, 65, 68, 71, 74.  21 dimension_already_defined vd_error_: 47.  17 dim_already_in_vector vd_error_: 41. 32 dim_not_in_vector vd_error_: 74. 24 empty_report vd_error_: 56. 1174 entry_offset stack_header: 84.  15 inconsistent_display_definition vd_error_: 35. 27 invalid_alignment vd_error_: 65. 16 invalid_field_name vd_error_: 38. 14 line_too_short_for_vector vd_error_: 32.  0 messages vd_error_: 7, 20, 23, 26, 29, 32, 35, 38, 41, 44, 47, 50,  53, 56, 59, 62, 65, 68, 71, 74.  26 mismatched_descriptors vd_error_: 62. 23 nonexistent_variable_reference vd_error_: 53. 10 no_vector vd_error_: 20. 33 past_codes vd_error_: 7. 1171 push_offset stack_header: 81.  1173 return_no_pop_offset stack_header: 83.  1172 return_offset stack_header: 82.  22 short_buffer vd_error_: 50. 73 stach_header.trace_top_ptr stack_header: 62. 66 stack_header.assign_linkage_ptr stack_header: 59.  32 stack_header.bar_mode_sp stack_header: 42. 36 stack_header.call_op_ptr stack_header: 44. 10 stack_header.clr_ptr stack_header: 27.  6 stack_header.combined_stat_ptr stack_header: 25.  4 stack_header.cpm_data_ptr stack_header: 24. 13 stack_header.cpm_enabled stack_header: 32. 13 stack_header.cur_lot_size stack_header: 31. 64 stack_header.ect_ptr stack_header: 58.  46 stack_header.entry_op_ptr stack_header: 49. 70 stack_header.heap_header_ptr stack_header: 60. 74 stack_header.in_trace stack_header: 63.  52 stack_header.isot_ptr stack_header: 52.  26 stack_header.lot_ptr vd_error_: 7, stack_header: 39.  12 stack_header.main_proc_invoked stack_header: 29.  12 stack_header.max_lot_size stack_header: 28. 20 stack_header.parent_ptr stack_header: 36.  34 stack_header.pl1_operators_ptr stack_header: 43.  40 stack_header.push_op_ptr stack_header: 46. 42 stack_header.return_op_ptr stack_header: 47. 44 stack_header.ret_no_pop_op_ptr stack_header: 48.  62 stack_header.rnt_ptr stack_header: 57.  12 stack_header.run_unit_depth stack_header: 30. 54 stack_header.sct_ptr stack_header: 53.  30 stack_header.signal_ptr stack_header: 41.  22 stack_header.stack_begin_ptr stack_header: 37. 24 stack_header.stack_end_ptr stack_header: 38. 14 stack_header.system_free_ptr stack_header: 33. 60 stack_header.sys_link_info_ptr stack_header: 56.  72 stack_header.trace_frames stack_header: 61. 50 stack_header.trans_op_tv_ptr stack_header: 51. 56 stack_header.unwinder_ptr stack_header: 54. 16 stack_header.user_free_ptr stack_header: 34. 100 stack_header_end stack_header: 64.  0 trace_frames.count stack_header: 69.  1 trace_frames.top_ptr stack_header: 70.  551 tv_offset stack_header: 75, 80, 81, 82, 83, 84. 30 unimplemented_data_type vd_error_: 68. 13 vector_is_already_in_db vd_error_: 29. 25 wrong_type vd_error_: 59. NO FATAL ERRORS  ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved