home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / pygmy / read.me < prev    next >
Text File  |  1990-09-16  |  2KB  |  36 lines

  1.      Pygmy Forth version 1.3 
  2.      copyright 1989, 1990 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 using the standard video addresses of $B0000 for 
  8. monochrome or $B8000 for color (as almost all do) and having at least 
  9. 128K bytes of RAM and at least a single floppy or hard disk.
  10.  
  11.      See FILES.DOC for a description of the other files included in 
  12. this package.
  13.  
  14.      If the files are zip'd or arc'd, uncompress them.  Make a copy, so 
  15. you can fall back if you or fate or human error screw up the original 
  16. files.
  17.  
  18.      The only file you have to have to run is PYGMY.COM.  You'll 
  19. probably want the source code file (PYGMY.SCR) in the same directory.  
  20. You'll probably also want the empty source code file (YOURFILE.SCR) 
  21. which is provided for source code you write.  YOURFILE.SCR is included 
  22. so you won't need to worry about creating or opening files as you start 
  23. out.  Since all of the included files easily fit on a single 360K 
  24. floppy, you might as well put all of them on your work floppy or in one 
  25. directory of your hard disk.
  26.  
  27.      To start the program, make the directory &/or disk that contains 
  28. the Pygmy files the default, and type PYGMY <Enter> from the DOS 
  29. prompt.  Pygmy Forth will come up with its greeting and a list of files 
  30. that it has opened.  You should see two files, PYGMY.SCR and 
  31. YOURFILE.SCR.
  32.  
  33.      Read the text file PYGMY.TXT for further information on using 
  34. Pygmy, printing out the source code, meta-compiling, using the 
  35. assembler, etc.
  36.