home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / forth / pygmy14.zip / READ.ME < prev    next >
Text File  |  1992-10-10  |  2KB  |  39 lines

  1.      Pygmy Forth version 1.4
  2.      copyright 1989-1992  Frank C. Sergeant
  3.                           809 W. San Antonio St.
  4.                           San Marcos, TX  78666
  5.  
  6.      The executable file is PYGMY.COM.  It should run on any IBM/clone 
  7. type computer with a 25x80 display and running a compatible video BIOS.
  8. It requires 128K bytes of RAM over that used by the operating system 
  9. (although that requirement can be reduced, see the manual).  It requires
  10. at least a single floppy or hard disk.
  11.  
  12.      See FILES.DOC for a description of the other files included in 
  13. this package.
  14.  
  15.      If the files are zip'd or arc'd, uncompress them.  Make a copy, so 
  16. you can fall back if you or fate or human error screws up the original 
  17. files.
  18.  
  19.      The only file you must have to run is PYGMY.COM.  You'll probably 
  20. want the source code file (PYGMY.SCR) in the same directory. You'll 
  21. probably also want the empty source code file (YOURFILE.SCR) which is 
  22. provided for source code you write.  YOURFILE.SCR is included so you 
  23. won't need to worry about creating or opening files as you start out.  
  24. Since all of the included files easily fit on a single 360K floppy, 
  25. you might as well put all of them on your work floppy or in one 
  26. directory of your hard disk.
  27.  
  28.      To start the program, make the directory &/or disk that contains 
  29. the Pygmy files the default, and type PYGMY <Enter> from the DOS 
  30. prompt.  Pygmy Forth will come up with its greeting and a list of files 
  31. that it has opened.  You should see two files, PYGMY.SCR and 
  32. YOURFILE.SCR.  Pygmy will also try to open the file PYGMY.DOW, which 
  33. is on the bonus disk.  Put CapsLock on and type in upper case.  To
  34. exit back to DOS, type BYE.
  35.  
  36.      Read the text file PYGMY.TXT for further information on using 
  37. Pygmy, printing out the source code, metacompiling, using the 
  38. assembler, etc.
  39.