home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvz10.txt < prev    next >
Text File  |  2020-01-01  |  1KB  |  38 lines

  1. MSZ10030.TXT    1990-05-06
  2. ==========================
  3.  
  4. This file contains information on source code for
  5. MSKERMIT Version 3.00 for the Heath/Zenith-100.
  6.  
  7. Please refer to MSZ100.DOC for general operational information.
  8.  
  9. The modifications are concentrated to the four files MSUZ10.ASM,
  10. MSXZ10.ASM, MSYZ10.ASM and MSZZ10.ASM which are Z-100 specific.
  11. (MSZZ10.ASM still contains IBM PC terminal emulator code which is
  12. commented out in anticipation of further work to implement VT100
  13. emulation for the Z-100.)
  14.  
  15. The following minor extension has to be added to the generic file
  16. MSSTER.ASM.
  17.  
  18.     Add declaration of caplft under public.
  19.     This is used by msyz100.asm outtty.
  20.     The new code is:
  21.             public  caplft
  22.  
  23. The following files are needed to build the Z-100 exe file MSVZ10.EXE:
  24.  
  25.   msscmd.asm, msscom.asm, mssfil.asm, mssker.asm, mssrcv.asm, mssscp.asm,
  26.   msssen.asm, mssser.asm, mssset.asm, msssho.asm, msster.asm, msuz10.asm,
  27.   msxz10.asm, msyz10.asm, mszz10.asm, mssdef.h
  28.  
  29. These files will simplify the assembly and linking:
  30.  
  31.   msvz10.mak, msvz10.lnk
  32.  
  33. Provided that all the above files are in your default directory and that
  34. make.exe and link.exe are in your path, the command MAKE MSVZ10.MAK will
  35. produce msvz10.exe.
  36.  
  37.             Bo Gedda
  38.