home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol023 / abstract.023 < prev    next >
Text File  |  1985-02-09  |  4KB  |  84 lines

  1.                CONTENTS OF VOLUME #5
  2.  
  3.   ╔á aφ startinτ t∩ ge⌠ feedbacδ froφ thσ membershi≡ no≈ anΣ thi≤ ì
  4. disδ i≤ thσ beginning«á  ╔ aφ ver∙ happ∙ t∩ pas≤ oε mos⌠ anythinτ ì
  5. tha⌠á anyonσ writes«á  ╔ onl∙ asδ tha⌠ i⌠ work«á  Iµ you≥ prograφ ì
  6. ha≤á specia∞ requirement≤ bσ surσ anΣ includσá tha⌠á information«  ì
  7. A⌠á first¼á ╔ wa≤ goinτ t∩ onl∙ includσ sourcσ oε thesσ disk≤á s∩ ì
  8. tha⌠á ╔ coulΣ ge⌠ morσ item≤ oε them«á  But¼á s∩ man∙ peoplσá arσ ì
  9. eithe≥ jus⌠ startinτ ou⌠ anΣ don'⌠ havσ enougΦ knowledgσ o≥ can'⌠ ì
  10. afforΣá everythinτ tha⌠ ma∙ bσ necessary«á  S∩ tha⌠ i≤ wh∙ ╔á pu⌠ ì
  11. botΦá sourcσá anΣ runninτ program≤ oε thesσ disks«á Tha⌠ wa∙á thσ ì
  12. advanceΣá caε modif∙ t∩ thei≥ heart≤ conten⌠ anΣ ye⌠á thσá novicσ ì
  13. can use the programs.  
  14.  
  15.       Kenneth Kuller of Eagan, Maine submitted these programs.
  16.  
  17. 1« EXPO.PAS/CO═á         Hσá wanteΣ ß benchmarδ prograφá s∩á hσ ì
  18.                          wrote this. It is a good Demo on the use
  19.                          of exponents.
  20. 2. COMPARE.DOC           Ken feels, as I do, that credit should
  21.                          be given when due. On disk#1 there is a
  22.                          UCSD program called Compare that needed
  23.                          to be converted to Pascal/Z. I didn't
  24.                          receive the Doc file with the program
  25.                          but Ken found it.So here it is and the
  26.                          proper credits are included.
  27.  
  28.      This next large group was submitted by Scott Custin of
  29. Washington,DC.
  30.  
  31. 3«á  DISASMB.DO├-----ReaΣ thi≤ firs⌠ becausσ therσ arσ ß lo⌠á oµ ì
  32.      small program associated with this disassembler. It is in
  33.      MICROSOFT Basic,Version 5.1 which I would not normally use
  34.      but since it does disassemble TDL plus Z80 plus 8080 plus
  35.      8085 I figured someone, somewhere would be tickled to get
  36.      this.
  37.  
  38. 8085      LST            8085      TAB            XREF      BAS
  39. ZILOG     LST            ZILOG     TAB            XREF      SUB
  40. INTEL     LST            INTEL     TAB            TDL       LST
  41. TDL       TAB            LST8085   BAS            LSTINTEL  BAS
  42. LSTTDL    BAS            LSTZILOG  BAS            TAB8085   BAS
  43. TABINTEL  BAS            TABTDL    BAS            TABZILOG  BAS
  44. DISASMB   BAS            
  45.  
  46. 4.   DATE.DOC-----Again, read this first since Scott has included
  47.      several programs, all dealing with dates. These routines 
  48.      treat a date as one of a series of consecutive integers.
  49.      The concept is similar to Julian dates, used by a number of
  50.      "BIG" computer programs, and has a number of advantages over
  51.      storing the month, day and year separately.
  52.  
  53. PROMT     LIB            MAKEDATE  LIB            RMAKEDA  LIB
  54. BRKDATE   LIB            DASTRLON  LIB            DASTRSH  LIB
  55. DASTRFIX  LIB            DATE      PAS            DATEFUNC LIBè
  56. 5.  MISC.DOC-----Yep, read this first. Scott tossed in some odds
  57.      and ends. You have to give Scott credit, he sure has been
  58.      creative. Keep this up folks, and we will have a excellent
  59.      LIBRARY.
  60.  
  61. GETINT    LIB            CAPCHAR   LIB            PADSTR   LIB
  62. CAPSTR    LIB            DEPAD     LIB            STRVAL   LIB
  63.  
  64. 6.  HANOI COM/PAS        I included this not for its game value
  65.                          but it is an excellent Demo on recursive
  66.                          procedures. If you can see how this works
  67.                          (its deep) you'll certainly understand
  68.                          local versus global variables.
  69.      
  70. 7.  DIS.ASM/DOC          This was given to me for our TDL use.
  71.                          However, the three or four assemblers
  72.                          I had available would not assemble it
  73.                          without massive errors. So if anyone
  74.                          does make a COM file that works good
  75.                          be sure and send me a copy. Let me
  76.                          know what assembler you used also.
  77.  
  78. 8.  CONFER.PAS/COM       Just to show you how long Ray has been
  79.                          chipping away at Pascal/Z, I thought
  80.                          I would include this old one.  It 
  81.                          does have some useful ideas and can
  82.                          be used as is. It sets up a schedule
  83.                          for a conference.
  84.