This version of TVX was compiled and linked with Aztec C II Release 1.05 on the Commodore 128 computer. The source consists of include files TVX_DEFS.IC, TVX_GLBL.IC, and TVX_TERM.IC; plus C source files TVX_1.C, TVX_2.C, TVX_IO.C, TVX_LEX.C, and TVX_LIB.C. The make file MAKEFILE defines the dependencies among the source modules, and directs compilation using the Aztec C compiler. This assumes you have a make program. If you don't, just compile the 5 C source files and link them to generate TVX.COM. Use whatever compiler you love most; I tried it with MIX C, but it came out so large as to be nearly useless. NOTE: This version of TVX is essentially Bruce Wampler's 1/30/86 version with a slight modification so that the text buffer will automatically adapt to the available TPA. This version is pre-EMACS/VI emulation capability - I doubt the newer version with EMACS and VI interfaces would fit into a 58K TPA with any reasonable text buffer size (the text buffer is already only about 14000 bytes as it is.) Neither the configuration file capability (-c option), nor full help is supported in the interest of space.