home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol116 / forth130.use < prev    next >
Encoding:
Text File  |  1985-02-10  |  2.1 KB  |  54 lines

  1.  
  2.    
  3.  
  4.  
  5.  
  6.  
  7.             HOW TO USE fig-FORTH 8080 CP/M
  8.  
  9.  
  10.     1. Boot CP/M  (or CDOS).
  11.        None of the disks supplied is bootable; you must use your
  12.        own.
  13.  
  14.     2. Insert the disk labeled "fig-FORTH 8080 CP/M v1.3" in drive A.
  15.        A "DIR" will show:
  16.         FORTH130.ASM    the assembly source file
  17.         FORTH130.COM    above assembled for 32K bytes of memory
  18.                 and two 8" single density disk drives
  19.         FORTH130.USE    this explanation.
  20.        If the your system is different from that described for the
  21.        COM file, you can reassemble the ASM file using CP/M's
  22.        assemblers ASM or MAC (not supplied).
  23.  
  24.        Enter "FORTH130" and a carriage return.
  25.        After Forth is loaded and initialized, you should see:
  26.         8080 fig-FORTH 1.3
  27.        Remove this disk from drive A.  Do not write on it using Forth
  28.        because Forth does not use CP/M's directory or file structure.
  29.        You can put other CP/M files on it using PIP (or XFER).
  30.  
  31.     3. Insert an empty (but formatted) disk in drive A.  This
  32.        will become your "Forth screens disk."  It will not be
  33.        compatible with CP/M's file system; it should be used
  34.        only by Forth.  Use Forth's editor to put text onto this
  35.        disk and LOAD to compile source programs.  First, use
  36.        the editor to put error messages on screens 4 and 5
  37.        (see the Installation Manual).  Be sure to enter FLUSH
  38.        after editing.  All FORTH words must use upper case letters.
  39.        Then say   1 WARNING !   to use the error messages.
  40.        Try using   .   when the stack is empty; you should
  41.        get the   STACK EMPTY   message.
  42.  
  43.        If you have a printer which works with CP/M, you can use
  44.        it with this Forth by entering Control-P to turn it on or off.
  45.        The first Control-P turns it on, the next turns it off, etc.
  46.  
  47.        See the fig Installation Manual for a Glossary listing the
  48.        words available and for how to use the Editor.  You can enter
  49.        "VLIST" any time to see what words are usable.  To terminate
  50.        a VLIST before it is finished, enter any character.
  51.  
  52.  
  53.    
  54.