COMPILATION LISTING OF SEGMENT gtss_drl_termtp_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 12/10/84 1252.4 mst Mon Options: optimize map 1 /* *********************************************************** 2* * * 3* * * 4* * Copyright, (C) Honeywell Information Systems Inc., 1981 * 5* * * 6* * * 7* *********************************************************** */ 8 9 gtss_drl_termtp_: proc (mcpp, increment); 10 11 /** gtss return caller's terminal type and line no. 12* 13* Author: Dave Ward 06/28/79 14* **/ 15 dcl mcpp ptr parm; 16 dcl increment fixed bin parm; 17 mcp = mcpp; 18 19 /** 20* 21* DRL termtp, TERMINAL TYPE AND LINE NUMBER (octal 23) 22* 23* 24* 8_________1_6_____________________ 25* 26* DRL termtp 27* 28* (See TSS SYSTEM PROGRAMMER'S 29* REFERENCE MANUAL DD17C, Rev. 0, July 1976 30* Page 3-30) 31* 32**/ 33 34 increment = 0 ; /* No arguments */ 35 scup = addr (mc.scu); 36 mc.regs.a = "0"b; /* Zero the A register. */ 37 a_reg.term_code.b1 = gtss_ust.lflg2.b7; /* 1st bit */ 38 a_reg.term_code.b5 = gtss_ust.lbuf.terminal_type; /* Remaining 5 bits. */ 39 a_reg.line_no = gtss_ust.lbuf.station_id; 40 return; 41 42 /** Variables for gtss_drl_termtp_: 43* IDENTIFIER ATTRIBUTES **/ 44 dcl gseg ptr; 45 46 dcl 1 a_reg aligned based(addr(mc.regs.a)) 47 , 2 fill bit(18)unal 48 , 2 term_code unal 49 , 3 b1 bit(1)unal 50 , 3 b5 bit(5)unal 51 , 2 line_no bit(12)unal 52 ; 53 1 1 /* BEGIN INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 1 2 /* UST: User Status Table 1 3* definitions based on 1 4* System Tables, Order number DD14-01E, January 1981 1 5* Section 15, Time Sharing System 1 6* 1 7* Authors: Robert J. Grimes Created 1 8* - Albert N. Kepner 1978 1 9* - Robert M. May 1 10* - David B. Ward 1 11* Change: Dave Ward 02/23/79 Level 4 numbering. 1 12* Change: Ron Barstad 83-07-12 Repaired damaged formating and word offset comments 1 13* Brought up to 4JS3 functionality 1 14**/ 1 15 /* octal word offsets of entries */ 1 16 dcl 1 gtss_ust_ext_$ust aligned ext, 1 17 3 gtss_ust, 1 18 /* 0-1 */ 4 lid bit (72), 1 19 /* 2 */ 4 lstp bit (36), 1 20 /* 3 */ 4 ltin bit (36), 1 21 /* 4 */ 4 lstio, 1 22 5 no_of_chars_by_8 fixed bin (18) uns unal, 1 23 5 no_of_disk_io fixed bin (18) uns unal, 1 24 /* 5 */ 4 lsnub bit (36), 1 25 /* 6-7 */ 4 lchg bit (72), 1 26 /* 10 */ 4 lbuf, 1 27 5 address bit (18)unaligned, 1 28 5 tally bit (1)unaligned, 1 29 5 terminal_type bit (5)unaligned, 1 30 5 station_id bit (12)unaligned, 1 31 /* 11-12 */ 4 liost (0:1) bit (36), 1 32 /* 13 */ 4 lcc bit (36), 1 33 /* 14 */ 4 lback, 1 34 5 fill1 bit (18) unaligned, 1 35 5 gwake fixed bin (17) unaligned, 1 36 /* 15 */ 4 lflag, 1 37 5 mp_list bit (18) unaligned, 1 38 5 flags unaligned, 1 39 6 b18 bit (1) unaligned, 1 40 6 b19 bit (1) unaligned, 1 41 6 b20 bit (1) unaligned, 1 42 6 b21 bit (1) unaligned, 1 43 6 b22 bit (1) unaligned, 1 44 6 b23 bit (1) unaligned, 1 45 6 b24 bit (1) unaligned, 1 46 6 b25 bit (1) unaligned, 1 47 6 b26 bit (1) unaligned, 1 48 6 b27 bit (1) unaligned, 1 49 6 b28 bit (1) unaligned, 1 50 6 b29 bit (1) unaligned, 1 51 6 b30 bit (1) unaligned, 1 52 6 b31 bit (1) unaligned, 1 53 6 b32 bit (1) unaligned, 1 54 6 b33 bit (1) unaligned, 1 55 6 b34 bit (1) unaligned, 1 56 6 b35 bit (1) unaligned, 1 57 /* 16 */ 4 lkdss bit (36), 1 58 /* 17 */ 4 lfile, 1 59 5 program_stack fixed bin (17) unal, 1 60 5 file_list_ptr bit (18) unal, 1 61 /* 20 */ 4 lttys bit (36), 1 62 /* 21 */ 4 lswth, 1 63 5 b0 bit (1) unaligned, 1 64 5 b1 bit (1) unaligned, 1 65 5 b2 bit (1) unaligned, 1 66 5 b3 bit (1) unaligned, 1 67 5 b4 bit (1) unaligned, 1 68 5 b5 bit (1) unaligned, 1 69 5 b6 bit (1) unaligned, 1 70 5 b7 bit (1) unaligned, 1 71 5 b8 bit (1) unaligned, 1 72 5 b9 bit (1) unaligned, 1 73 5 b10 bit (1) unaligned, 1 74 5 b11 bit (1) unaligned, 1 75 5 b12 bit (1) unaligned, 1 76 5 b13 bit (1) unaligned, 1 77 5 b14 bit (1) unaligned, 1 78 5 b15 bit (1) unaligned, 1 79 5 b16 bit (1) unaligned, 1 80 5 b17 bit (1) unaligned, 1 81 5 b18 bit (1) unaligned, 1 82 5 b19 bit (1) unaligned, 1 83 5 b20 bit (1) unaligned, 1 84 5 b21 bit (1) unaligned, 1 85 5 b22 bit (1) unaligned, 1 86 5 b23 bit (1) unaligned, 1 87 5 b24 bit (1) unaligned, 1 88 5 b25 bit (1) unaligned, 1 89 5 b26 bit (1) unaligned, 1 90 5 b27 bit (1) unaligned, 1 91 5 b28 bit (1) unaligned, 1 92 5 b29 bit (1) unaligned, 1 93 5 b30 bit (1) unaligned, 1 94 5 b31 bit (1) unaligned, 1 95 5 b32 bit (1) unaligned, 1 96 5 b33 bit (1) unaligned, 1 97 5 b34 bit (1) unaligned, 1 98 5 b35 bit (1) unaligned, 1 99 /* 22 */ 4 lsize, 1 100 5 bar fixed bin (17) unaligned, 1 101 5 limit bit (18) unaligned, 1 102 /* 23... */ 4 lswap, 1 103 5 fill bit (18) unal, 1 104 5 size bit (18) unal, 1 105 /* ...24 */ 4 transfer_cell bit (36) unal, 1 106 /* 25 */ 4 lerrm bit (36), 1 107 /* 26-37 */ 4 lcfil (0:9) bit (36), 1 108 /* 40 */ 4 lsybc, 1 109 5 b0_17 fixed bin (17) unaligned, 1 110 5 b18_35 fixed bin (17) unaligned, 1 111 /* 41-42 */ 4 lstem (0:1) bit (36), 1 112 /* 43 */ 4 lcals, 1 113 5 b0_17 fixed bin (17) unaligned, 1 114 5 b18_35 bit (18) unaligned, 1 115 /* 44-51 */ 4 subsystems (3), 1 116 5 content_lswap, 1 117 6 fill bit (18) unal, 1 118 6 size bit (18) unal, 1 119 5 tally_address fixed bin (17) unaligned, 1 120 5 ss_flags bit (18) unaligned, 1 121 /* 52 */ 4 ltalc, 1 122 5 tod fixed bin (17) unaligned, 1 123 5 startup fixed bin (17) unaligned, 1 124 /* 53 */ 4 lspts fixed bin (35), 1 125 /* 54 */ 4 lflg2, 1 126 5 b0 bit (1) unaligned, 1 127 5 b1 bit (1) unaligned, 1 128 5 b2 bit (1) unaligned, 1 129 5 b3 bit (1) unaligned, 1 130 5 b4 bit (1) unaligned, 1 131 5 b5 bit (1) unaligned, 1 132 5 b6 bit (1) unaligned, 1 133 5 b7 bit (1) unaligned, 1 134 5 b8 bit (1) unaligned, 1 135 5 b9 bit (1) unaligned, 1 136 5 b10 bit (1) unaligned, 1 137 5 b11 bit (1) unaligned, 1 138 5 b12 bit (1) unaligned, 1 139 5 b13 bit (1) unaligned, 1 140 5 b14 bit (1) unaligned, 1 141 5 b15 bit (1) unaligned, 1 142 5 b16 bit (1) unaligned, 1 143 5 b17 bit (1) unaligned, 1 144 5 b18 bit (1) unaligned, 1 145 5 b19 bit (1) unaligned, 1 146 5 b20 bit (1) unaligned, 1 147 5 b21 bit (1) unaligned, 1 148 5 b22 bit (1) unaligned, 1 149 5 b23 bit (1) unaligned, 1 150 5 b24 bit (1) unaligned, 1 151 5 b25 bit (1) unaligned, 1 152 5 b26 bit (1) unaligned, 1 153 5 b27 bit (1) unaligned, 1 154 5 b28 bit (1) unaligned, 1 155 5 b29 bit (1) unaligned, 1 156 5 b30 bit (1) unaligned, 1 157 5 b31 bit (1) unaligned, 1 158 5 b32 bit (1) unaligned, 1 159 5 b33 bit (1) unaligned, 1 160 5 b34 bit (1) unaligned, 1 161 5 b35 bit (1) unaligned, 1 162 /* 55-60 */ 4 lsftm (0:3) bit (36), 1 163 /* 61 */ 4 lsprt fixed bin (35), 1 164 /* 62 */ 4 ltrm bit (36), 1 165 /* 63 */ 4 linno fixed bin (35), 1 166 /* 64 */ 4 lincr fixed bin (35), 1 167 /* 65 */ 4 ltdes bit (36), 1 168 /* 66 */ 4 lbptr bit (36), 1 169 /* 67 */ 4 lpptr, 1 170 5 last_file_pat_ptr bin (18) uns unal, 1 171 5 lpptr_reserved bin (18) uns unal, 1 172 /* 70 */ 4 lsclp bit (36), 1 173 /* 71 */ 4 limit fixed bin (35), 1 174 /* 72 */ 4 lacpt, 1 175 5 jout_pat_offset bit (18) unal, 1 176 5 permissions unal, 1 177 6 lodx bit (1) unal, 1 178 6 cardin bit (1) unal, 1 179 6 talk bit (1) unal, 1 180 6 lods bit (1) unal, 1 181 5 cardin_urgency bit (14) unal, 1 182 /* 73 */ 4 ldrl, 1 183 5 ilc bit (18) unaligned, 1 184 5 code fixed bin (17) unaligned, 1 185 /* 74 */ 4 ljsnb bit (36), 1 186 /* 75 */ 4 ltm0 bit (36), 1 187 /* 76 */ 4 ltm1 bit (36), 1 188 /* 77 */ 4 ltm2 bit (36), 1 189 /* 100 */ 4 ltm3 bit (36), 1 190 /* 101 */ 4 ltm4 bit (36), 1 191 /* 102 */ 4 ltm5 bit (36), 1 192 /* 103 */ 4 ltmwt bit (36), 1 193 /* 104 */ 4 ltmrs bit (36), 1 194 /* 105 */ 4 ltc0 bit (36), 1 195 /* 106 */ 4 ltc1 bit (36), 1 196 /* 107 */ 4 ltc2 bit (36), 1 197 /* 110 */ 4 lct3 bit (36), 1 198 /* 111 */ 4 ltc4 bit (36), 1 199 /* 112 */ 4 ltc5 bit (36), 1 200 /* 113 */ 4 ltcw bit (36), 1 201 /* 114 */ 4 lkst bit (36), 1 202 /* 115 */ 4 lkst2 bit (36), 1 203 /* 116 */ 4 lkcc bit (36), 1 204 /* 117 */ 4 lkms bit (36), 1 205 /* 120-121 */ 4 lksdc (0:1) bit (36), 1 206 /* 122 */ 4 lkntp bit (36), 1 207 /* 123 */ 4 lkrdc bit (36), 1 208 /* 124 */ 4 lpqf bit (36), 1 209 /* 125 */ 4 lpqb bit (36), 1 210 /* 126 */ 4 lustl bit (36), 1 211 /* 127 */ 4 ltemp bit (36), 1 212 /* 130 */ 4 lrtll, 1 213 5 word_length fixed bin unaligned, 1 214 5 char_length fixed bin unaligned, 1 215 /* 131 */ 4 ltim bit (36), 1 216 /* 132 */ 4 lcfio, 1 217 5 sect_out fixed bin(18)unsigned unal, 1 218 5 sect_in fixed bin(18)unsigned unal, 1 219 /* 133 */ 4 lcfst, 1 220 5 initial_sect_out fixed bin(18)unsigned unal, 1 221 5 start_term fixed bin(18)unsigned unal, 1 222 /* 134 */ 4 lcmpt bit (36), 1 223 /* 135 */ 4 lcjid bit (36), 1 224 /* 136-137 */ 4 lrcal (0:1) bit (36), 1 225 /* 140 */ 4 lrdta bit (36), 1 226 /* 141 */ 4 lrrsk bit (36), 1 227 /* 142 */ 4 lrskd bit (36), 1 228 /* 143 */ 4 lrcc bit (36), 1 229 /* 144-145 */ 4 lrsts (0:1) bit (36), 1 230 /* 146 */ 4 lrtm bit (36), 1 231 /* 147 */ 4 lswt2, 1 232 5 b0 bit (1) unaligned, 1 233 5 b1 bit (1) unaligned, 1 234 5 b2 bit (1) unaligned, 1 235 5 b3 bit (1) unaligned, 1 236 5 b4 bit (1) unaligned, 1 237 5 b5 bit (1) unaligned, 1 238 5 b6 bit (1) unaligned, 1 239 5 b7 bit (1) unaligned, 1 240 5 b8 bit (1) unaligned, 1 241 5 b9 bit (1) unaligned, 1 242 5 b10 bit (1) unaligned, 1 243 5 b11 bit (1) unaligned, 1 244 5 b12 bit (1) unaligned, 1 245 5 b13 bit (1) unaligned, 1 246 5 b14 bit (1) unaligned, 1 247 5 b15 bit (1) unaligned, 1 248 5 b16 bit (1) unaligned, 1 249 5 b17 bit (1) unaligned, 1 250 5 b18 bit (1) unaligned, 1 251 5 b19 bit (1) unaligned, 1 252 5 b20 bit (1) unaligned, 1 253 5 b21 bit (1) unaligned, 1 254 5 b22 bit (1) unaligned, 1 255 5 b23 bit (1) unaligned, 1 256 5 b24 bit (1) unaligned, 1 257 5 b25 bit (1) unaligned, 1 258 5 b26 bit (1) unaligned, 1 259 5 b27 bit (1) unaligned, 1 260 5 b28 bit (1) unaligned, 1 261 5 b29 bit (1) unaligned, 1 262 5 b30 bit (1) unaligned, 1 263 5 b31 bit (1) unaligned, 1 264 5 b32 bit (1) unaligned, 1 265 5 b33 bit (1) unaligned, 1 266 5 b34 bit (1) unaligned, 1 267 5 b35 bit (1) unaligned, 1 268 /* 150 */ 4 llsnb bit (36), 1 269 /* 151 */ 4 lesq bit (36), 1 270 /* 152-153 */ 4 lumc (0:1) bit (36), 1 271 /* 154-155 */ 4 lfnam (0:1) bit (36), 1 272 /* 156 */ 4 lopts bit (36), 1 273 /* 157 */ 4 licec, 1 274 5 b0_17 bit (18) unaligned, 1 275 5 b18_35 fixed bin (17) unaligned, 1 276 /* 160 */ 4 lflg3, 1 277 5 b0 bit (1) unaligned, 1 278 5 b1 bit (1) unaligned, 1 279 5 b2 bit (1) unaligned, 1 280 5 b3 bit (1) unaligned, 1 281 5 b4 bit (1) unaligned, 1 282 5 b5 bit (1) unaligned, 1 283 5 b6 bit (1) unaligned, 1 284 5 b7 bit (1) unaligned, 1 285 5 b8 bit (1) unaligned, 1 286 5 b9 bit (1) unaligned, 1 287 5 b10 bit (1) unaligned, 1 288 5 b11 bit (1) unaligned, 1 289 5 b12 bit (1) unaligned, 1 290 5 b13 bit (1) unaligned, 1 291 5 b14 bit (1) unaligned, 1 292 5 b15 bit (1) unaligned, 1 293 5 b16 bit (1) unaligned, 1 294 5 b17 bit (1) unaligned, 1 295 5 b18 bit (1) unaligned, 1 296 5 b19 bit (1) unaligned, 1 297 5 b20 bit (1) unaligned, 1 298 5 b21 bit (1) unaligned, 1 299 5 b22 bit (1) unaligned, 1 300 5 b23 bit (1) unaligned, 1 301 5 b24 bit (1) unaligned, 1 302 5 b25 bit (1) unaligned, 1 303 5 b26 bit (1) unaligned, 1 304 5 b27 bit (1) unaligned, 1 305 5 b28 bit (1) unaligned, 1 306 5 b29 bit (1) unaligned, 1 307 5 b30 bit (1) unaligned, 1 308 5 b31 bit (1) unaligned, 1 309 5 b32 bit (1) unaligned, 1 310 5 b33 bit (1) unaligned, 1 311 5 b34 bit (1) unaligned, 1 312 5 b35 bit (1) unaligned, 1 313 /* 161-163 */ 4 lpage (0:2) bit (36), 1 314 /* 164 */ 4 lsit1 bit (36), 1 315 /* 165 */ 4 lsit2 bit (36), 1 316 /* 166 */ 4 lsit3 bit (36), 1 317 /* 167 */ 4 lsit4 bit (36), 1 318 /* The following entries are maintained by gtss and are not found in TSS UST */ 1 319 /* 170 */ 4 lxxx, /* program stack index, offset from gtss_ust */ 1 320 5 b0_17 fixed bin (17) unaligned, 1 321 5 b18_35 bit (18) unaligned, /* not used */ 1 322 /* 171-175 */ 4 lprgs (5), 1 323 5 b0_17 fixed bin (17) unaligned, 1 324 5 b18_35 fixed bin (17) unaligned, 1 325 /* 176 */ 4 fill bit (36), 1 326 /* 177 */ 4 remote_io_buffer aligned, 1 327 5 buffer_control_word, 1 328 6 current_line_pointer bit (18)unal, 1 329 6 buffer_threshold_address bit (18)unal, 1 330 5 number_words_transmitted fixed bin (17)unal, 1 331 5 FILL1 fixed bin (17)unal, 1 332 5 count_of_characters_transmitted fixed bin (17)unal, 1 333 5 FILL2 fixed bin (17)unal, 1 334 5 characters_transmitted (244) char (1) unal, 1 335 /* 277 */ 4 word_after_ust bit (36) aligned; 1 336 1 337 /* END INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 54 55 2 1 /* */ 2 2 /* BEGIN INCLUDE FILE mc.incl.pl1 Created Dec 72 for 6180 - WSS. */ 2 3 /* Modified 06/07/76 by Greenberg for mc.resignal */ 2 4 /* Modified 07/07/76 by Morris for fault register data */ 2 5 /* Modified 08/28/80 by J. A. Bush for the DPS8/70M CVPU */ 2 6 /* Modified '82 to make values constant */ 2 7 2 8 /* words 0-15 pointer registers */ 2 9 2 10 dcl mcp ptr; 2 11 2 12 dcl 1 mc based (mcp) aligned, 2 13 2 prs (0:7) ptr, /* POINTER REGISTERS */ 2 14 (2 regs, /* registers */ 2 15 3 x (0:7) bit (18), /* index registers */ 2 16 3 a bit (36), /* accumulator */ 2 17 3 q bit (36), /* q-register */ 2 18 3 e bit (8), /* exponent */ 2 19 3 pad1 bit (28), 2 20 3 t bit (27), /* timer register */ 2 21 3 pad2 bit (6), 2 22 3 ralr bit (3), /* ring alarm register */ 2 23 2 24 2 scu (0:7) bit (36), 2 25 2 26 2 mask bit (72), /* mem controller mask at time of fault */ 2 27 2 ips_temp bit (36), /* Temporary storage for IPS info */ 2 28 2 errcode fixed bin (35), /* fault handler's error code */ 2 29 2 fim_temp, 2 30 3 unique_index bit (18) unal, /* unique index for restarting faults */ 2 31 3 resignal bit (1) unal, /* recompute signal name with fcode below */ 2 32 3 fcode bit (17) unal, /* fault code used as index to FIM table and SCT */ 2 33 2 fault_reg bit (36), /* fault register */ 2 34 2 pad2 bit (1), 2 35 2 cpu_type fixed bin (2) unsigned, /* L68 = 0, DPS8/70M = 1 */ 2 36 2 ext_fault_reg bit (15), /* extended fault reg for DPS8/70M CPU */ 2 37 2 fault_time bit (54), /* time of fault */ 2 38 2 39 2 eis_info (0:7) bit (36)) unaligned; 2 40 2 41 2 42 dcl (apx fixed bin init (0), 2 43 abx fixed bin init (1), 2 44 bpx fixed bin init (2), 2 45 bbx fixed bin init (3), 2 46 lpx fixed bin init (4), 2 47 lbx fixed bin init (5), 2 48 spx fixed bin init (6), 2 49 sbx fixed bin init (7)) internal static options (constant); 2 50 2 51 2 52 2 53 2 54 dcl scup ptr; 2 55 2 56 dcl 1 scu based (scup) aligned, /* SCU DATA */ 2 57 2 58 2 59 /* WORD (0) */ 2 60 2 61 (2 ppr, /* PROCEDURE POINTER REGISTER */ 2 62 3 prr bit (3), /* procedure ring register */ 2 63 3 psr bit (15), /* procedure segment register */ 2 64 3 p bit (1), /* procedure privileged bit */ 2 65 2 66 2 apu, /* APPENDING UNIT STATUS */ 2 67 3 xsf bit (1), /* ext seg flag - IT modification */ 2 68 3 sdwm bit (1), /* match in SDW Ass. Mem. */ 2 69 3 sd_on bit (1), /* SDW Ass. Mem. ON */ 2 70 3 ptwm bit (1), /* match in PTW Ass. Mem. */ 2 71 3 pt_on bit (1), /* PTW Ass. Mem. ON */ 2 72 3 pi_ap bit (1), /* Instr Fetch or Append cycle */ 2 73 3 dsptw bit (1), /* Fetch of DSPTW */ 2 74 3 sdwnp bit (1), /* Fetch of SDW non paged */ 2 75 3 sdwp bit (1), /* Fetch of SDW paged */ 2 76 3 ptw bit (1), /* Fetch of PTW */ 2 77 3 ptw2 bit (1), /* Fetch of pre-paged PTW */ 2 78 3 fap bit (1), /* Fetch of final address paged */ 2 79 3 fanp bit (1), /* Fetch of final address non-paged */ 2 80 3 fabs bit (1), /* Fetch of final address absolute */ 2 81 2 82 2 fault_cntr bit (3), /* number of retrys of EIS instructions */ 2 83 2 84 2 85 /* WORD (1) */ 2 86 2 87 2 fd, /* FAULT DATA */ 2 88 3 iro bit (1), /* illegal ring order */ 2 89 3 oeb bit (1), /* out of execute bracket */ 2 90 3 e_off bit (1), /* no execute */ 2 91 3 orb bit (1), /* out of read bracket */ 2 92 3 r_off bit (1), /* no read */ 2 93 3 owb bit (1), /* out of write bracket */ 2 94 3 w_off bit (1), /* no write */ 2 95 3 no_ga bit (1), /* not a gate */ 2 96 3 ocb bit (1), /* out of call bracket */ 2 97 3 ocall bit (1), /* outward call */ 2 98 3 boc bit (1), /* bad outward call */ 2 99 3 inret bit (1), /* inward return */ 2 100 3 crt bit (1), /* cross ring transfer */ 2 101 3 ralr bit (1), /* ring alarm register */ 2 102 3 am_er bit (1), /* associative memory fault */ 2 103 3 oosb bit (1), /* out of segment bounds */ 2 104 3 paru bit (1), /* processor parity upper */ 2 105 3 parl bit (1), /* processor parity lower */ 2 106 3 onc_1 bit (1), /* op not complete type 1 */ 2 107 3 onc_2 bit (1), /* op not complete type 2 */ 2 108 2 109 2 port_stat, /* PORT STATUS */ 2 110 3 ial bit (4), /* illegal action lines */ 2 111 3 iac bit (3), /* illegal action channel */ 2 112 3 con_chan bit (3), /* connect channel */ 2 113 2 114 2 fi_num bit (5), /* (fault/interrupt) number */ 2 115 2 fi_flag bit (1), /* 1 => fault, 0 => interrupt */ 2 116 2 117 2 118 /* WORD (2) */ 2 119 2 120 2 tpr, /* TEMPORARY POINTER REGISTER */ 2 121 3 trr bit (3), /* temporary ring register */ 2 122 3 tsr bit (15), /* temporary segment register */ 2 123 2 124 2 pad2 bit (9), 2 125 2 126 2 cpu_no bit (3), /* CPU number */ 2 127 2 128 2 delta bit (6), /* tally modification DELTA */ 2 129 2 130 2 131 /* WORD (3) */ 2 132 2 133 2 word3 bit (18), 2 134 2 135 2 tsr_stat, /* TSR STATUS for 1,2,&3 word instructions */ 2 136 3 tsna, /* Word 1 status */ 2 137 4 prn bit (3), /* Word 1 PR number */ 2 138 4 prv bit (1), /* Word 1 PR valid bit */ 2 139 3 tsnb, /* Word 2 status */ 2 140 4 prn bit (3), /* Word 2 PR number */ 2 141 4 prv bit (1), /* Word 2 PR valid bit */ 2 142 3 tsnc, /* Word 3 status */ 2 143 4 prn bit (3), /* Word 3 PR number */ 2 144 4 prv bit (1), /* Word 3 PR valid bit */ 2 145 2 146 2 tpr_tbr bit (6), /* TPR.TBR field */ 2 147 2 148 2 149 /* WORD (4) */ 2 150 2 151 2 ilc bit (18), /* INSTRUCTION COUNTER */ 2 152 2 153 2 ir, /* INDICATOR REGISTERS */ 2 154 3 zero bit (1), /* zero indicator */ 2 155 3 neg bit (1), /* negative indicator */ 2 156 3 carry bit (1), /* carryry indicator */ 2 157 3 ovfl bit (1), /* overflow indicator */ 2 158 3 eovf bit (1), /* eponent overflow */ 2 159 3 eufl bit (1), /* exponent underflow */ 2 160 3 oflm bit (1), /* overflow mask */ 2 161 3 tro bit (1), /* tally runout */ 2 162 3 par bit (1), /* parity error */ 2 163 3 parm bit (1), /* parity mask */ 2 164 3 bm bit (1), /* ^bar mode */ 2 165 3 tru bit (1), /* truncation mode */ 2 166 3 mif bit (1), /* multi-word instruction mode */ 2 167 3 abs bit (1), /* absolute mode */ 2 168 3 hex bit (1), /* hexadecimal exponent mode */ 2 169 3 pad bit (3), 2 170 2 171 2 172 /* WORD (5) */ 2 173 2 174 2 ca bit (18), /* COMPUTED ADDRESS */ 2 175 2 176 2 cu, /* CONTROL UNIT STATUS */ 2 177 3 rf bit (1), /* on first cycle of repeat instr */ 2 178 3 rpt bit (1), /* repeat instruction */ 2 179 3 rd bit (1), /* repeat double instruction */ 2 180 3 rl bit (1), /* repeat link instruciton */ 2 181 3 pot bit (1), /* IT modification */ 2 182 3 pon bit (1), /* return type instruction */ 2 183 3 xde bit (1), /* XDE from Even location */ 2 184 3 xdo bit (1), /* XDE from Odd location */ 2 185 3 poa bit (1), /* operation preparation */ 2 186 3 rfi bit (1), /* tells CPU to refetch instruction */ 2 187 3 its bit (1), /* ITS modification */ 2 188 3 if bit (1), /* fault occured during instruction fetch */ 2 189 2 190 2 cpu_tag bit (6)) unaligned, /* computed tag field */ 2 191 2 192 2 193 /* WORDS (6,7) */ 2 194 2 195 2 even_inst bit (36), /* even instruction of faulting pair */ 2 196 2 197 2 odd_inst bit (36); /* odd instruction of faulting pair */ 2 198 2 199 2 200 2 201 2 202 2 203 2 204 /* ALTERNATE SCU DECLARATION */ 2 205 2 206 2 207 dcl 1 scux based (scup) aligned, 2 208 2 209 (2 pad0 bit (36), 2 210 2 211 2 fd, /* GROUP II FAULT DATA */ 2 212 3 isn bit (1), /* illegal segment number */ 2 213 3 ioc bit (1), /* illegal op code */ 2 214 3 ia_am bit (1), /* illegal address - modifier */ 2 215 3 isp bit (1), /* illegal slave procedure */ 2 216 3 ipr bit (1), /* illegal procedure */ 2 217 3 nea bit (1), /* non existent address */ 2 218 3 oobb bit (1), /* out of bounds */ 2 219 3 pad bit (29), 2 220 2 221 2 pad2 bit (36), 2 222 2 223 2 pad3a bit (18), 2 224 2 225 2 tsr_stat (0:2), /* TSR STATUS as an ARRAY */ 2 226 3 prn bit (3), /* PR number */ 2 227 3 prv bit (1), /* PR valid bit */ 2 228 2 229 2 pad3b bit (6)) unaligned, 2 230 2 231 2 pad45 (0:1) bit (36), 2 232 2 233 2 instr (0:1) bit (36); /* Instruction ARRAY */ 2 234 2 235 2 236 2 237 /* END INCLUDE FILE mc.incl.pl1 */ 56 57 end gtss_drl_termtp_; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 12/10/84 1043.6 gtss_drl_termtp_.pl1 >spec>on>7105>gtss_drl_termtp_.pl1 54 1 09/09/83 1714.3 gtss_ust_ext_.incl.pl1 >ldd>include>gtss_ust_ext_.incl.pl1 56 2 12/15/83 1100.4 mc.incl.pl1 >ldd>include>mc.incl.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES (* indicates a set context) NAMES DECLARED BY DECLARE STATEMENT. a 24 based bit(36) level 3 packed unaligned dcl 2-12 set ref 36* 37 38 39 a_reg based structure level 1 dcl 46 b1 0(18) based bit(1) level 3 packed unaligned dcl 46 set ref 37* b5 0(19) based bit(5) level 3 packed unaligned dcl 46 set ref 38* b7 54(07) 000010 external static bit(1) level 4 packed unaligned dcl 1-16 ref 37 gtss_ust 000010 external static structure level 2 dcl 1-16 gtss_ust_ext_$ust 000010 external static structure level 1 dcl 1-16 increment parameter fixed bin(17,0) dcl 16 set ref 9 34* lbuf 10 000010 external static structure level 3 dcl 1-16 lflg2 54 000010 external static structure level 3 dcl 1-16 line_no 0(24) based bit(12) level 2 packed unaligned dcl 46 set ref 39* mc based structure level 1 dcl 2-12 mcp 000100 automatic pointer dcl 2-10 set ref 17* 35 36 37 38 39 mcpp parameter pointer dcl 15 ref 9 17 regs 20 based structure level 2 packed unaligned dcl 2-12 scu 30 based bit(36) array level 2 packed unaligned dcl 2-12 set ref 35 scup 000102 automatic pointer dcl 2-54 set ref 35* station_id 10(24) 000010 external static bit(12) level 4 packed unaligned dcl 1-16 ref 39 term_code 0(18) based structure level 2 packed unaligned dcl 46 terminal_type 10(19) 000010 external static bit(5) level 4 packed unaligned dcl 1-16 ref 38 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. abx internal static fixed bin(17,0) initial dcl 2-42 apx internal static fixed bin(17,0) initial dcl 2-42 bbx internal static fixed bin(17,0) initial dcl 2-42 bpx internal static fixed bin(17,0) initial dcl 2-42 gseg automatic pointer dcl 44 lbx internal static fixed bin(17,0) initial dcl 2-42 lpx internal static fixed bin(17,0) initial dcl 2-42 sbx internal static fixed bin(17,0) initial dcl 2-42 scu based structure level 1 dcl 2-56 scux based structure level 1 dcl 2-207 spx internal static fixed bin(17,0) initial dcl 2-42 NAME DECLARED BY EXPLICIT CONTEXT. gtss_drl_termtp_ 000006 constant entry external dcl 9 NAME DECLARED BY CONTEXT OR IMPLICATION. addr builtin function ref 35 37 38 39 STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 76 110 40 106 Length 300 40 12 154 36 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME gtss_drl_termtp_ 68 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME gtss_drl_termtp_ 000100 mcp gtss_drl_termtp_ 000102 scup gtss_drl_termtp_ THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. return ext_entry NO EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. gtss_ust_ext_$ust LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 9 000002 17 000013 34 000017 35 000020 36 000022 37 000023 38 000031 39 000035 40 000037 ----------------------------------------------------------- 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