home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ibm370 / ik0doc.asm < prev    next >
Assembly Source File  |  2020-01-01  |  5KB  |  58 lines

  1. KERM     TITLE 'Kermit for IBM 370'                            @SC86268 00001000
  2. * Kermit for IBM 370.  Major revision:  1993 September         @SC90072 00002000
  3. * See the version and system symbols below under 'Constants'   @SC86268 00003000
  4. * Copyright (C) 1982, 1985, 1993 Columbia University                    00004000
  5. *                                                                       00005000
  6. * Permission is granted to any individual or institution to copy or     00006000
  7. * use this program, except for explicitly commercial purposes.          00007000
  8. *                                                                       00008000
  9. * This program is the IBM 370 side of a file transfer system.  It       00009000
  10. * can be used to transfer files between a micro and a system running    00010000
  11. * under various operating systems.  See the KERMIT User's Guide         00011000
  12. * and Protocol manual for the complete program specifications.          00012000
  13. *                                                                       00013000
  14. * All assembly-language Kermits for IBM 370's are derivatives of        00014000
  15. * Kermit-CMS 1.00, although some (including the current version) have   00015000
  16. * passed through more-or-less complete rewriting.  The following is a   00016000
  17. * summary of the versions leading to the present one, which is actually 00017000
  18. * a generic family of Kermits with specific members for various         00018000
  19. * operating systems.                                                    00019000
  20. *                                                                       00020000
  21. * Daphne Tzoar, Columbia University Center for Computing Activities     00021000
  22. * March 1982, Kermit-CMS Versions 1.00-2.01                             00022000
  23. *                                                                       00023000
  24. * Ronald J. Rusnak, University of Chicago Computation Center            00024000
  25. * May 1984, Kermit-TSO 1.0                                              00025000
  26. *                                                                       00026000
  27. * Charles Painter, University of Toronto Computing Services             00027000
  28. * December 1984, Series/1 support added to Kermit-TSO                   00028000
  29. *                                                                       00029000
  30. * Vace Kundakci, Columbia University Center for Computing Activities    00030000
  31. * December 1985, Kermit-CMS Versions 2.02-3.0                           00031000
  32. *                                                                       00032000
  33. * Steve Blankinship, Triangle Universities Computation Center           00033000
  34. * January 1986, Kermit-TSO 2.10 (derived from Kermit-CMS 2.01)          00034000
  35. *                                                                       00035000
  36. * John Chandler, Smithsonian Astrophysical Observatory                  00036000
  37. * July 1986, Kermit-CMS Version 3.1                                     00037000
  38. * December 1986, Kermit-370 Versions 3.2-...   (CMS and TSO variants)   00037500
  39. *                                                                       00038000
  40. * Dale Wright and Roger Fajman, National Institutes of Health           00039000
  41. * December 1986, NIH TSO Kermit (rewritten in ALP)                      00040000
  42. *                                                                       00040100
  43. * Pierre Goyette, McGill University                                     00040200
  44. * February 1989, MUSIC variant of Kermit-370                            00040300
  45. *                                                                       00041000
  46. * Please address all comments and questions to:                         00042000
  47. *                                                                       00043000
  48. *    Columbia University Center for Computing Activities                00044000
  49. *    Sytems Integration Group                                           00045000
  50. *    Watson Building, 7th floor                                         00046000
  51. *    612 West 115th Street                                              00047000
  52. *    New York, NY  10025                                                00048000
  53. *    Tel: (212) 280-3703                                                00049000
  54. *                                                                       00050000
  55. * Kermit-370 update history can be found in file IK0KER.UPD, including  00050200
  56. * all variants.                                                         00051000
  57.          TITLE 'MACRO definitions'                                      00132000
  58.