MSZ10030.TXT 1990-05-06 ========================== This file contains information on source code for MSKERMIT Version 3.00 for the Heath/Zenith-100. Please refer to MSZ100.DOC for general operational information. The modifications are concentrated to the four files MSUZ10.ASM, MSXZ10.ASM, MSYZ10.ASM and MSZZ10.ASM which are Z-100 specific. (MSZZ10.ASM still contains IBM PC terminal emulator code which is commented out in anticipation of further work to implement VT100 emulation for the Z-100.) The following minor extension has to be added to the generic file MSSTER.ASM. Add declaration of caplft under public. This is used by msyz100.asm outtty. The new code is: public caplft The following files are needed to build the Z-100 exe file MSVZ10.EXE: msscmd.asm, msscom.asm, mssfil.asm, mssker.asm, mssrcv.asm, mssscp.asm, msssen.asm, mssser.asm, mssset.asm, msssho.asm, msster.asm, msuz10.asm, msxz10.asm, msyz10.asm, mszz10.asm, mssdef.h These files will simplify the assembly and linking: msvz10.mak, msvz10.lnk Provided that all the above files are in your default directory and that make.exe and link.exe are in your path, the command MAKE MSVZ10.MAK will produce msvz10.exe. Bo Gedda