home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog1 / 4th_86.doc < prev    next >
Text File  |  1989-10-31  |  3KB  |  57 lines

  1. 4th_86 v3.03 M.F.Buchan                  REGISTRATION $25.00
  2. FORTH LANGUAGES ASSEMBLT BUCHAN UCC
  3.  
  4. New Release
  5.  
  6. 4th_86 is  an MSDOS-EGA based  FORTH with all  the irritating
  7. fetishes beloved by "Forth purists"  removed.  It was written
  8. specifically to  introduce the  concepts of  FORTH to  Higher
  9. Diploma  Polytechnic  students,  and   the  documentation  is
  10. largely tutorial in  nature.  Despite being designed  to make
  11. FORTH  more  palatable  to  newcomers,   4th_86  is  a  fully
  12. functional implementation.   Many graphics  demonstration COM
  13. files are  included along with a  great deal of MASM  and 4th
  14. source code.
  15.  
  16. File structures are standard MSDOS  accessed via DOS handles.
  17. Source  files are  edited by  shelling  to your  conventional
  18. MSDOS editor.  4th_86 does  ** NOT ** in ANY way  use the old
  19. fashioned "Forth screen  files", and needs no  inbuilt editor
  20. or customised printer utilities.   4th_86 is Direct Threaded,
  21. and runs as a COM file in 64K of memory.
  22.  
  23. Both FORTH and  ASSEMBLY source can be  loaded.  The Assembly
  24. routines CAN be  written "in-line" but 4th_86  is designed to
  25. allow standard ASM format files to  be assembled with MASM to
  26. a  BIN  file  and  then  binary   loaded.   This  -  and  the
  27. essentially modular  concept of FORTH  itself -  encourages a
  28. structured approach.
  29.  
  30. Extensive debugging; tracing; and disassembly features are an
  31. essential part  of the design.   Loaded code can  be patched,
  32. and re-defined  words can be  "linked" to  replace previously
  33. defined  words.   Both   MASM  and  FORTH  routines   can  be
  34. disassembled.
  35.  
  36. Most  DOS functions  can  be  accessed directly  from  within
  37. 4th_86  although  it is  possible  to  shell  out to  DOS  if
  38. required.  Paths and subdirectories are implemented.
  39.  
  40. As user routines are added, the  extended system can be saved
  41. to disk at any time.  Alternatively,  IMAGE files of the user
  42. application  can  be  saved  and   quickly  re-loaded  as  an
  43. alternative to  re-threading the original source.   Turnkey [
  44. meta-compiled ] COM files can also be saved to disk.
  45.  
  46. UCC   4th  was   originally  marketed   by  United   Controls
  47. Corporation, Alabama,  in 1982,  for 8-bit  hardware.  United
  48. Controls Corporation  have kindly  given permission  for this
  49. MSDOS re-write  and extension  to be  released to  the Public
  50. Domain.
  51.  
  52. Hardware Requirements: IBM compatible   
  53.                        preferably EGA graphics and hard disk
  54.  
  55. Other Requirements:    DOS 3.2 or higher
  56.  
  57.