home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / trs80model1and3.zip / trsmithlp.txt < prev    next >
Internet Message Format  |  1984-05-28  |  2KB

  1. Date: Mon, 28 May 84 16:55:55 CDT
  2. From: Stan Hanks <stan@rice.ARPA>
  3. Subject: TRS-80 Kermit
  4. To: Frank da Cruz <cc.fdc@COLUMBIA-20.ARPA>
  5. Cc: Stan Barber <sob@rice.ARPA>
  6.  
  7. Frank,
  8.  
  9. Stan Barber has finally completed the TRS80 version of Kermit.  Included
  10. is all of the source, plus a BASIC program that, when executed, will
  11. generate a correct binary. The manual entry for the user's guide is also
  12. present.
  13.  
  14. This implementation of the Kermit is written in Z80 Assembler,
  15. compatible with M80 and EDAS from Mysosys.  It runs under all DOS's
  16. available for the TRS80 Model I or Model III (and the Model 4 running in
  17. Model III mode).  It has been checked out under the following DOS's:
  18. TRSDOS 2.3 (Model I), TRSDOS 1.3 (Model III), NEWDOS/80 V 2.0, LDOS
  19. 5.1.3, DOS+ 3.5 and VTOS 3.0 (Model I).
  20.  
  21.                                 Stan Hanks
  22.  
  23. The files are as follows:
  24.  
  25. TRS80 Name         Distribution Name     Description
  26.  
  27.  COMND/SRC          TRSCMD.SRC            Command parser
  28.  GET/SRC            TRSGET.SRC            RECEIVE & GET command
  29.  KERMIT/SRC         TRSMIT.SRC            Main source module, calls in others
  30.  KERSTR/SRC         TRSSTR.SRC            Strings & storage area
  31.  KILLDIR/SRC        TRSKD.SRC             Source for KILL & DIR commands
  32.  MORE/SRC           TRSMORE.SRC           Source for misc commands
  33.  SEND/SRC           TRSSEND.SRC           Source for SEND command
  34.  XFER/SRC           TRSXFER.SRC           Source common to RECEIVE & SEND
  35.  KERMIT/DOC         TRSMIT.DOC            User Guide manual chapter
  36.  KERMAKE/BAS        TRSMAKE.BAS           Basic program to create binaries
  37.