home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL23.ARJ / VOL2352 < prev    next >
Text File  |  1992-01-21  |  4KB  |  77 lines

  1. Programmatheek volume 2352
  2.  
  3. Naam    ummer        Maat   Datum   Kommentaar
  4.         CATALOG  352  1144  6-15-86 This list
  5. 2352.01 FORTH    ASM 45146 11-20-82 Source code for FORTH - Seattle assembler
  6.                                     format
  7. 2352.02 FORTH    COM  6830 11-20-82 FIG-FORTH compatible forth interpreter 
  8. 2352.03 FORTH    SCR 39936 11-18-82 Screens for FORTH                      
  9. 2352.04 FORTH-H  ASM 57099  3-01-83 Source for Glen Haydon's version of
  10.                                     MVPFORTH 
  11. 2352.05 FORTH-H  COM 23424  2-23-83 Glen Haydon's (MVP) Forth interpreter 
  12. 2352.06 FORTH-H  DOC  2977  2-23-83 Documentation for Glen Haydon's forth 
  13. 2352.07 FORTH1   DOC 30991 11-18-82 Documentation for FORTH-H interpreter 
  14. 2352.08 FORTH2   DOC  5376 11-18-82 A sample session with FORTH-H  
  15. 2352.09 MVPFORTH ASM 57099  8-31-84 Source code for MVPFORTH - IBM assembler
  16.                                     format
  17. 2352.10 MVPFORTH COM 19968 11-30-83 FORTH-79 compatible forth interpiter
  18. 2352.11 MVPFORTH DOC  4848 12-29-83 Documentation for MVPFORTH         
  19. 2352.12 MVPFORTH WDS  5476 12-29-83 List of code level words for MVPFORTH
  20. 2352.13 README   DOC  1007 11-20-82 Short description of (fig) FORTH.ASM
  21.         VOL2352  ABS  2944  6-15-86 Disk abstract (English/Dutch)
  22.                15 File(s)     12288 bytes free on volume VOL2352
  23.          
  24.                             MVP-Forth
  25.    Deze FORTH volgt de 79-standaard.  Niets spektakulairs, weinig 
  26. utilities vergeleken met Laxon and Perry (volume 2263). Dat heeft 
  27. ook  weer zijn voordelen:  door de eenvoud is hij goed  bruikbaar 
  28. voor  beginners.  Bij Laxon and Perry zul je als beginner al snel 
  29. in de war raken door het grote aantal beschikbare woorden;  waar-
  30. van bovendien nog de meeste niet standaard zijn.
  31.    MVP Forth is goed bruikbaar vanuit de in Nederland beschikbare 
  32. literatuur;  b.v. "All about Forth" van MVP. Ook staan er in Byte 
  33. regelmatig advertenties van Mountain View Press,  de  ontwerpers. 
  34. Zij  geven ook veel literatuur over deze versie uit.  Er  blijven 
  35. enige  nadelen zitten aan het draaien bovenop MS-DOS,  al zijn ze 
  36. minder  dan in de (niet uitgebrachte) versie op PC/SIG 31 en  32. 
  37. Deze Forth beschouwt namelijk de hele disk als "eigen",  en  ziet 
  38. de DOS files nauwelijks.  Het per abuis vernietigen van de direc-
  39. tory behoort dus tot de mogelijkheden.
  40.  
  41.                   8086 Fig - FORTH version 1.X
  42.  
  43.      This is a description of modifications to,  and instructions 
  44. for use of, 8086 fig-FORTH v1.0; as modified for MS-DOS 
  45.  
  46.      In  August of 1981,  having an 8086,  but precious little to 
  47. run  on  it,  I  began to investigate  FORTH  as  an  alternative 
  48. programming language.   The fig assembly listing for the 8086 was
  49. edited  onto disk during April of 1982,  using the mnemonics  for 
  50. Seattle   Computer  Products  8086  assembler.    Once  the  text 
  51. interpreter was running, the disk interface was re-written to run 
  52. under  SCP's  86-DOS (an alternative and look-alike for  CP/M-86, 
  53. that later became MS-DOS).  In august of 1982,  slight  modifica-
  54. tions were made to take advantage of features supported by MS-DOS 
  55. v1.25.
  56.  
  57.      The  original goal was to install a language for my own use.  
  58. That  is  still my primary  interest.    For  this  reason,  this 
  59. version  of  the  language  is recommended  for  people  who  are 
  60. familiar  with  their  computer,  and (somewhat  less  important) 
  61. familiar with FORTH.   If you are new to FORTH,  you will have to 
  62. dig for some of the basic information.  While it is certainly one 
  63. way to learn, it is slow and sometimes frustrating.  If you are a 
  64. person who enjoys understanding and tinkering with the mechanisms 
  65. (read 'hacker'),  you should feel right at home.   If  you are an 
  66. experienced  FORTH  user,  you can tell me all the things  I  did 
  67. wrong!
  68.  
  69.                              FORTH-H
  70. FORTH-H  is another version of MVP-Forth by Glen Haydon.  It  has 
  71. rouhgly  the same facilities as the other version on this volume. 
  72. There seem to be some more bugs however,  e.g.  in using  double-
  73. sided  disks.  This  version can be assembled using Microsofts  / 
  74. IBM's  Macro Assembler too,  opposite to the figForth that  needs 
  75. the Seattle assembler. (Z.)
  76.  
  77.