home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- You should have recieved two disks with the files described
- below.
-
- * FIRST: make a copy of both disks.
-
- * SECOND: read the user's guide and study the examples
- given.
-
- * THIRD: have fun!
-
- * FOURTH: report any bugs or suggestions to:
-
- Joe Smith
- U. of Penn. Dept. of Chemistry
- 34th and Spruce St.
- Philadelphia, PA 19104
-
-
- The first disk contains the executable FORTHs and screen
- files:
-
- 4TH.COM This is the FORTH kernel asssembled from
- the MASM source files
-
- FORTH.COM This is the FORTH interpreter with added
- utilities, editor and the file interface
-
- PCFORTH.COM This is equivalent to FORTH.COM, but
- using the IBM options and extensions.
-
-
- The following are all screen files to be used with
- FORTH.COM:
-
- ASM.SCR FORTH 8086 assembler
-
- FUTIL.SCR File utility functions
-
- UTIL.SCR General purpose utilities
-
- SCREENED.SCR A screen-oriented editor for FORTH screens
-
- CASE.SCR Code to add case structures to FORTH
-
- FILES.SCR The MS-DOS file interface. These
- screens are included in FORTH.COM
-
- EDITOR.SCR The editor described in STARTING FORTH
-
- CODE.SCR Examples of FORTH assembler definitions
-
- MESSAGES.SCR FORTH error messages
-
- STRINGS.SCR Words to add string capabilities
- to FORTH
-
- FIGED.SCR The editor described in the FIG-FORTH
- installation guide
-
- RANDOM.SCR Random number generator
-
- TRIG.SCR SINE and COSINE functions
-
- LIFE.SCR The game of life
-
- ARRAYS.SCR FORTH words to define and use arrays
-
- SIEVE.SCR Eratosthene's sieve in FORTH
-
- TIME.SCR Time and date utilities
-
- GR.SCR Graphics utilities for the IBM-PC
-
- BREAK4TH.SCR Video game for the IBM-PC
-
-
-
-
-
- The second disk contains the FORTH assembly source and
- documentation, as well as some helpful batch files:
-
- 4TH-UG.DOC FIG-FORTH user's guide
-
- 4TH-UG.TOC Table of contents for the user's guide
-
- 4TH-SYSD.ASM MASM source for system dependent
- routines
-
- 4TH-DISK.ASM MASM source for the disk access words
-
- 4TH-MAIN.ASM MASM source for FORTH
-
- 4TH-FILE.ASM MASM source for the MS-DOS file
- interface
-
- 4TH-XTNS.ASM MASM source for FORTH extentions
-
- 4TH-LIB.MAC Macro support for assembling FORTH
-
- MAKGL.BAT Batch file for MS-DOS 2.0 to make
- a glossary from the MASM source file
-
- SORTGL.BAT Batch file for MS-DOS 2.0 to sort the
- glossary made by MAKGL
-
- 4TH-OPTS.H Header file containing assembly options
- for assembling FORTH
-
- MAKE4TH.BAT Batch file for assembling and linking FORTH
-
- 4TH-OPTS.IBM Header file to assemble FORTH for an
- IMB-PC. This file must be renamed to
- 4TH-OPTS.H to be used
-
- 4TH-XTNS.IBM Alternate extensions for the IBM-PC. This
- file has extra video and graphics functions
- peculiar to the PC. This file must be
- renamed to 4TH-XTNS.ASM to be used.
-
- GLOSSARY Glossary of FORTH words, produced by
- MAKGL and SORTGL from the ASM files