home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 18 / forth / files.lst < prev    next >
Encoding:
File List  |  1986-09-18  |  2.2 KB  |  54 lines

  1.     Files on the Forthmacs Working Disk:
  2.  
  3. File            Contents
  4.  
  5. FILES.LST        This file
  6. VERSION1.1        List of Forthmacs changes since version 1.0
  7. READ.ME            General Forthmacs information
  8. COPYING            Important note from the author
  9. FORTH.TOS        The Forthmacs Forth System
  10. EMACS.TOS        The Emacs text editor
  11. EMACS.REF        Emacs quick reference
  12. TUTORIAL.TXT        Emacs tuturial
  13. AUTO.FTH        Automatically executed when Forth is started
  14. MIDI.FTH        Basic MIDI interface
  15. MODEM.FTH        Serial Line interface
  16. CONNECT.FTH        Virtual Terminal
  17. XMODEM.FTH        Xmodem protocol file transfer
  18. PRINTER.FTH        Printer control
  19. RANDOM.FTH        Interface to random number generator
  20. LINEA.FTH        Line A graphics interface
  21. PATTERNS.FTH        Some fill patterns for the filled polygon routine
  22. VDI.FTH            Low Level VDI interface
  23. VDIBIND.FTH        C-bindings style VDI interface
  24. AES.FTH            AES interface
  25. POLYGONS.FTH        Sliding Polygons demo program
  26. ART.FTH            String Art demo program
  27. STRINGPT.BIN        Data file for ART.FTH
  28. TASKING.FTH        Multitasking
  29. BUNDLE.FTH        Creates "bundles" -- files containing many other files
  30. EXTRACT.FTH        Used by BUNDLE.FTH
  31. INTERVAL.FTH        Interval timing
  32. SPLIT.FTH        Split-screen scrolling
  33. BLOCK.FTH        Implemention of the Forth word BLOCK
  34. BLOCKIO.FTH        Used by BLOCK.FTH
  35. BLOCKLD.FTH        Used by BLOCK.FTH
  36. COMPARE.FTH        File comparison
  37. CHECKSUM.FTH        File checksum
  38. DEBUG.FTH        Single-steping debugger
  39. BIOS.FTH        Predefined BIOS and XBIOS interfaces
  40. WHATIS.IND        Index file for the WHATIS help command
  41. WHATIS.DOC        Data file for the WHATIS help command
  42. INDEX.FTH        Recreates WHATIS.IND from WHATIS.DOC
  43. FILEDATE.FTH        Modifies file date and time stamps
  44. MEMORY.MAP        Describes the Forthmacs memory map
  45. MOUSEKEY.FTH        Use the mouse to move the editing cursor
  46.  
  47. You don't have to keep all these files on-line all the time for Forthmacs
  48. to work.  Once FORTH.TOS has started, it stays in memory until you exit
  49. from Forth.  The first time you type  EDIT , EMACS.TOS is read in to memory,
  50. and it stays there until you exit from Forth.  WHATIS.IND and WHATIS.DOC are
  51. accessed every time you use the  WHATIS  command, so you have to keep them
  52. on-line to use that command.   The other files are only accessed if you
  53. explicitly load them with FLOAD .
  54.