Bruce Tanner, Cerritos College, Norwalk CA, modifications to KERMIT-80 for the TRS-80 model II (not I or III): Added code under feature test "trs80", mainly new port definitions and terminal support for an ADM-31. This will probably be dependent on the version of CP/M that is running on the TRS-80, since the video is memory mapped. The version we are using is Lifeboat Associates CP/M 2.25C. The default escape character is Control-underscore, which is the down-arrow key on the TRS-80 keyboard. Labels in KERMIT were shortened to 6 characters, to keep MAC80 quiet (although MAC80 does correctly assemble the CUCCA version). There is NO provision for TRSDOS operation. ---- Later, support was added at UC Berkeley for Pickles & Trout CP/M. There are assembly switches for both versions in CPMBASE.M80. The results are stored in the KERMIT area as CPMTRLB.HEX (Lifeboat) and CPMTRPT.HEX (Pickles & Trout). Also, note that MAC80 now supports labels up to 12 characters.