home *** CD-ROM | disk | FTP | other *** search
File List | 1986-09-18 | 2.2 KB | 54 lines |
- Files on the Forthmacs Working Disk:
-
- File Contents
-
- FILES.LST This file
- VERSION1.1 List of Forthmacs changes since version 1.0
- READ.ME General Forthmacs information
- COPYING Important note from the author
- FORTH.TOS The Forthmacs Forth System
- EMACS.TOS The Emacs text editor
- EMACS.REF Emacs quick reference
- TUTORIAL.TXT Emacs tuturial
- AUTO.FTH Automatically executed when Forth is started
- MIDI.FTH Basic MIDI interface
- MODEM.FTH Serial Line interface
- CONNECT.FTH Virtual Terminal
- XMODEM.FTH Xmodem protocol file transfer
- PRINTER.FTH Printer control
- RANDOM.FTH Interface to random number generator
- LINEA.FTH Line A graphics interface
- PATTERNS.FTH Some fill patterns for the filled polygon routine
- VDI.FTH Low Level VDI interface
- VDIBIND.FTH C-bindings style VDI interface
- AES.FTH AES interface
- POLYGONS.FTH Sliding Polygons demo program
- ART.FTH String Art demo program
- STRINGPT.BIN Data file for ART.FTH
- TASKING.FTH Multitasking
- BUNDLE.FTH Creates "bundles" -- files containing many other files
- EXTRACT.FTH Used by BUNDLE.FTH
- INTERVAL.FTH Interval timing
- SPLIT.FTH Split-screen scrolling
- BLOCK.FTH Implemention of the Forth word BLOCK
- BLOCKIO.FTH Used by BLOCK.FTH
- BLOCKLD.FTH Used by BLOCK.FTH
- COMPARE.FTH File comparison
- CHECKSUM.FTH File checksum
- DEBUG.FTH Single-steping debugger
- BIOS.FTH Predefined BIOS and XBIOS interfaces
- WHATIS.IND Index file for the WHATIS help command
- WHATIS.DOC Data file for the WHATIS help command
- INDEX.FTH Recreates WHATIS.IND from WHATIS.DOC
- FILEDATE.FTH Modifies file date and time stamps
- MEMORY.MAP Describes the Forthmacs memory map
- MOUSEKEY.FTH Use the mouse to move the editing cursor
-
- You don't have to keep all these files on-line all the time for Forthmacs
- to work. Once FORTH.TOS has started, it stays in memory until you exit
- from Forth. The first time you type EDIT , EMACS.TOS is read in to memory,
- and it stays there until you exit from Forth. WHATIS.IND and WHATIS.DOC are
- accessed every time you use the WHATIS command, so you have to keep them
- on-line to use that command. The other files are only accessed if you
- explicitly load them with FLOAD .
-