COMPILATION LISTING OF SEGMENT gcos_mme_snap_ Compiled by: Multics PL/I Compiler, Release 28b, of April 11, 1983 Compiled at: Honeywell LCPD Phoenix, System M Compiled on: 09/09/83 1156.1 mst Fri Options: optimize map 1 /* ************************************************************* 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1982 * 4* * * 5* * Copyright (c) 1974 by Honeywell Information Systems, Inc. * 6* * * 7* ************************************************************* */ 8 9 10 11 /* *************************************************************************** 12* *************************************************************************** 13* * * 14* * * 15* * mme gesnap * 16* * * 17* * * 18* * This mme performs panel and slave core area snaps of gcos programs. * 19* * * 20* * * 21* * Written by R. H. Morrison February 22, 1974 * 22* * Modified by R.H. Morrison on April 8, 1974 * 23* * Modified by R.H. Morrison on February 11,1975 * 24* * * 25* * * 26* *************************************************************************** 27* ************************************************************************ */ 28 29 30 gcos_mme_snap_: proc (faultp, increment); 31 32 /* **** DECLARATIONS **** */ 33 34 dcl gcos_mme_snp1_ ext entry; 35 dcl faultp pointer; /* unused input parameter */ 36 dcl increment fixed bin(24); /* number of mme parameters */ 37 dcl gcos_write_$ptr ext entry (ptr, char (*), bit (8)); 38 39 /* **** PROCEDURE **** */ 40 41 increment = 1; /* one mme parameter */ 42 call gcos_mme_snp1_; /* take the snap (no arguments required) */ 43 return; 44 end gcos_mme_snap_; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 09/09/83 1007.6 gcos_mme_snap_.pl1 >spec>on>09/07/83-gcos>gcos_mme_snap_.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. faultp parameter pointer dcl 35 ref 30 gcos_mme_snp1_ 000010 constant entry external dcl 34 ref 42 increment parameter fixed bin(24,0) dcl 36 set ref 30 41* NAME DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. gcos_write_$ptr 000000 constant entry external dcl 37 NAME DECLARED BY EXPLICIT CONTEXT. gcos_mme_snap_ 000006 constant entry external dcl 30 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 60 72 23 70 Length 236 23 12 127 34 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME gcos_mme_snap_ 64 external procedure is an external procedure. THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out return ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. gcos_mme_snp1_ NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 30 000002 41 000013 42 000016 43 000022 ----------------------------------------------------------- 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