home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / forth / fig86.arc / READ.ME < prev   
Text File  |  1982-11-20  |  1KB  |  29 lines

  1. A word about the files:
  2.  
  3. FORTH.ASM    FORTH assembly source for the Seattle Computer 8086
  4.         assembler.  MASM will not assemble this code.  There
  5.         may be a MASM version in the future if I get prodded
  6.         sufficiently.
  7.  
  8. FORTH.SCR    Text of FORTH screens, suitable for transfer using
  9.         DEBUG to a disk where FORTH can use them.  NOTE:
  10.         FORTH cannot use this file directly !  See the 
  11.         documentation files.
  12.  
  13. FORTH.COM    Assembled FORTH.ASM
  14.  
  15. 4TH.COM        FORTH.COM plus: CASE construct, arrays, Starting FORTH
  16.         editor, and functions for saving new FORTH's.  The
  17.         steps in creating 4TH.COM are given in the terminal
  18.         session listing.
  19.  
  20.         I would suggest that you keep this and any further
  21.         modified FORTH's separate from FORTH.COM, so that
  22.         you can always come back to a clean slate.
  23.  
  24. FORTH1.DOC    Primary documentation for this package.
  25.  
  26. FORTH2.DOC    A listing of a terminal session showing how to move
  27.         the FORTH.SCR file to a FORTH disk, and how to create
  28.         and save new versions of FORTH.
  29.