home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTH / PCFORTH.ZIP / 4TH-UG.DOC < prev   
Encoding:
Text File  |  1987-05-09  |  2.8 KB  |  99 lines

  1.  
  2.                                 User's Guide for
  3.  
  4.  
  5.                               8086/8088 Fig-FORTH
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                                   Release 1.0
  13.  
  14.                              With Compiler Security
  15.                                       and
  16.                              Variable Length Words
  17.  
  18.  
  19.                                    March 1981
  20.  
  21.  
  22.  
  23.                         ================================
  24.  
  25.  
  26.                       MS-DOS File Interface and Revisions
  27.  
  28.                                    July 1983
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.           This program and documentation are released  to  the  public
  36.           domain.  The FIG-FORTH listing  is  made  available  by  the
  37.           FORTH Interest Group, PO Box 1105, San Carlos, CA 94070
  38.  
  39.           Modified for MS-DOS and documented by J.E.   Smith,  U.   of
  40.           Penn./Dept.of  Chem,  Philadelphia,  PA   19104   (to   whom
  41.           inquiries should be directed).
  42.  
  43.           Any  further  distribution  of  this  software  is  strictly
  44.           encouraged, as long as you don't get rich and  keep  it  all
  45.           for yourself.
  46.  
  47.           If you modify this revised version  and  re-distribute  your
  48.           own version, it would be polite  to  notify  the  author  of
  49.           these  revisions,  and  to  take  responsibility  for   your
  50.           modifications.  
  51.  
  52.  
  53.           8086/8088 Fig-FORTH User's Guide                    Page   2
  54.  
  55.  
  56.  
  57.           1  QUICK REFERENCE
  58.  
  59.           This is a summary of information necessary to use  FIG-FORTH
  60.           and it's documentation.
  61.  
  62.  
  63.           1.1  System Requirements
  64.  
  65.           FORTH requires the following system resources:
  66.  
  67.                 * an 8086 or 8088 CPU running MS-DOS version  1.10  or
  68.                   1.25
  69.  
  70.                 * 64K of available RAM, or about 100K total
  71.  
  72.                 * one or two disk drives
  73.  
  74.  
  75.  
  76.           1.2  Invocation
  77.  
  78.           FORTH is started by typing the following in response to  the
  79.           COMMAND prompt.
  80.  
  81.                   FORTH <commands>
  82.  
  83.           Where <commands> is an optional list of FORTH  words  to  be
  84.           executed.
  85.  
  86.           FORTH normally uses a special disk.  To  use  MS-DOS  files,
  87.           the following commands are available:
  88.  
  89.                   A:                      selects drive A
  90.                   B:                      selects drive B
  91.                   DIR" <filename>"        lists matching file information
  92.                   FILES" <filename>"      lists matching file names
  93.                   USING" <filename>"      selects <filename> for screen access
  94.                   EOF                     closes current screen file
  95.                   LOAD" <filename>"       loads the screens in <filename>
  96.                   ERASE" <filename>"      erases any matching files
  97.  
  98.  
  99.           Note:   NEVER change any disk while  FORTH