home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / uniforth / uniforth.sum < prev    next >
Text File  |  1979-12-31  |  2KB  |  60 lines

  1.  
  2. The UNIFORTH Sampler is the first public domain floating-point
  3. FORTH available for the Z80 CP/M and MS/PC-DOS (including non-clones)
  4. computers.
  5.  
  6. This is a solid, full-featured FORTH that is a subset of the
  7. vendor's more extensive Professional Series.  Unlike the
  8. FIG-FORTHs that are normally seen on bulletin boards, the Sampler
  9. complies with the latest FORTH-83 Standard.  It has many advanced
  10. features, such as:
  11.  
  12. * Full software single-precision (IEEE format) floating point,
  13. including all trig, log, square root, etc. functions.  Compact
  14. and fast, the floating point package is fully integrated into
  15. the Sampler and can be used as easily as integer arithmetic.
  16.  
  17. * DOS support.  Each version uses the underlying DOS file system
  18. for containment of FORTH source code and data.  You may open, close,
  19. create, delete, read and write from any file type, including
  20. ASCII text files.  Clock and printer support are also provided.
  21.  
  22. * A versatile video editor.  It can be easily configured to support
  23. the IBM PC, ADM-3, TV-912, H-19 and VT-100 terminals.  Other
  24. terminal types just require the definition of a half-dozen words.
  25.  
  26. * Full assembler.  Every opcode that is accepted by the processor
  27. is included.
  28.  
  29. * Documentation.  Over 60 pages of machine-readable text is
  30. provided on the disk.  You may optionally purchase a full, 500+
  31. page documentation set.
  32.  
  33. * Fast.  Dictionaries are hashed for maximum compile speed.
  34. Most of the system is written in machine language.
  35.  
  36. All of the features listed above are missing from public
  37. domain FORTHs currently available.
  38.  
  39. The UNIFORTH Sampler is distributed under the "freeware" concept.
  40. We ask for a $25 donation if you find the program useful.  You
  41. are free to distribute the system to other users and bulletin
  42. boards, or use it as the basis for your application programs.
  43. New versions will be released shortly for the Commodore 64,
  44. Apple II (ProDos), and Macintosh.  We also have a 16-page
  45. catalog free for the asking.
  46.  
  47. Unified Software Systems
  48. P. O. Box 2644
  49. New Carrollton, MD 20784
  50. (301) 552-9590
  51.                                         
  52.     *** UNIFORTH PC-DOS SAMPLER MINOR PATCH ***
  53.                                         
  54. 1. 19-JUN-85  The editor command ^B leaves a garbage number on
  55.    the stack when it is executed. To fix, enter the following
  56.    and resysgen your system (see block 5 in FORTH.FTH)
  57.                                         
  58.        EDITOR  ' NOOP  ' BKWD 62 + !  FORTH
  59. he following
  60.    and resysgen your