home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / basic / adven-80.ark / ADVEN-80.DOC < prev    next >
Encoding:
Text File  |  1986-11-22  |  1.5 KB  |  42 lines

  1. This Library contains all of the utilities, except the Microsoft
  2. Z80 compiler "M80.com" and "L80.com", that you will need to write
  3. your own adventures.
  4.  
  5. The code for this adventure interpreter was written by Peter D.
  6. Scargill and the source was published in Dr. Dobb's Journal
  7. Number 61 November 1981 Volume 6, Issue 11 Peoples Computer
  8. Company Box E, 1263 El Camino Real, Menlo Park, CA 94025.
  9.  
  10. The code is Zilog 80 and a Z80 processor is required to run it.
  11.  
  12. The files are:
  13.  
  14.     GENHOSP.COM - a compiled adventure that I use as a "fun
  15. part" of the Medical Physiology Course at Quillen-Dishner College
  16. of Medicine.
  17.  
  18.     GENHOSP.DAT - the above program written in Adven80
  19. language.  The syntax of that language is at the end of the file
  20. and can be studied in the original publication.  It is a "table
  21. language": it is composed of a series of tables.
  22.  
  23.     ADVEN-80.REL - this is the "interpreter." It can be
  24. loaded with a DATA.rel to make a new com file.
  25.  
  26. The construction of a data.rel is as follows:
  27.  
  28.     Make up the tables as in GENHOSP.DAT and then "feed them
  29. to the Basic Interpreter."  It is ADVEN-80.BAS and is written in
  30. Microsoft Basic.  The output will be a .mac file.  Assemble it
  31. with M80.com and then load the interpreter ADVEN-80.REL and link
  32. it to your new data.rel and you have created a new adventure.
  33.  
  34. More details can be found in the original publication.
  35.  
  36.     Have fun!
  37.  
  38.     Robert W. Rasch
  39.     1504 Chickees Street
  40.     Johnson City, TN 37604
  41.     (615) 928 6885
  42.