home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / doc / smaltcom.txt < prev    next >
Text File  |  1989-11-02  |  788b  |  19 lines

  1. SMALTCOM.TXT   For those of you that want a smaller TCOM   by Tom Zimmer
  2.  
  3.   The TCOM compiler in its normal form is compiled on top of F-PC, and is
  4. consequently quite large (it needs about 400k of ram).  If you are
  5. willing to live without the F-PC editor, debugger, disassembler and other
  6. utilities, a smaller version of TCOm can be built.
  7.  
  8.   This ZIP file contains a batch file that will make a smaller TCOM that
  9. requires less than 300k of memory to run, with an .EXE file of about
  10. 140k bytes down from 226k for the full TCOM.  You will need to use
  11. another editor, possibly SZ.COM for editing your programs, but it will
  12. allow TCOM to run on a much more limited machine.
  13.  
  14.   Type the following command line to build a smaller TCOM:
  15.  
  16.                 C> SMALTCOM <enter>
  17.  
  18.  
  19.