home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / t.encyclopedia < prev    next >
Text File  |  2022-08-26  |  3KB  |  96 lines

  1. u
  2.        ENCYCLOPEDIA COMMODOREA
  3.            by Dave Moorman
  4.            and Many Others
  5.  
  6.     It all started with the C64 LIST
  7. published last month. This was from an
  8. old issue of LOADSTAR, so I didn't pay
  9. much attention to it. But after
  10. mastering and copying 246, I checked
  11. it out. The print-out was not as clean
  12. and nice as I would have liked.
  13.  
  14.     Then, I had need of a certain ROM
  15. routine that clears a chosen screen
  16. line. This is a handy command I use
  17. from time to time -- but have not
  18. written down anywhere. Besides, when I
  19. write something down, I soon lose the
  20. paper anyway.
  21.  
  22.     What we need is a complete, easy
  23. to use encyclopedia of C-64 POKES,
  24. PEEKS, AND SYSes. So I went through
  25. the texts of C64 LIST I and II and
  26. formatted them for our 38-column
  27. screen. Nicer, but not perfect. One
  28. still must search visually through a
  29. lot of stuff one does not necessarily
  30. want at the moment.
  31.  
  32.     Recently, I discovered a great way
  33. to do hypertext using the scrolling
  34. menu of Mr.Mouse or DotBASIC. The
  35. technique is simple: put the hyper-
  36. text on a line by itself. When clicked
  37. on, examine the resulting W$. If it is
  38. a hyperlink, load and display the
  39. appropriate text file.
  40.  
  41.     So, I broke down the POKES, PEEKS,
  42. and SYSes into single text files and
  43. created an easy to use menu file with
  44. hyperlinks. [Voila!] A great and
  45. powerful encyclopedia! (I am ever
  46. thankful that Jiminy Cricket spelled
  47. out that word on Mickey Mouse Club!)
  48.  
  49.     One thing I wanted to do was offer
  50. intelligable menu names for the
  51. routines. Over the years, I have had a
  52. heck of a time figuring out how to get
  53. the information I wanted from the "on-
  54. line help" feature in Visual Basic. I
  55. spent a month figuring out how to
  56. erase, delete, remove, or otherwise
  57. get rid of a disk file. Who'd have
  58. thought the magic word was "KILL!"
  59.  
  60.     So the items are listed in general
  61. areas (BASIC, ML, etc.) and
  62. alphabetically, using the most
  63. significant word first. And, for a
  64. number of items, I included two or
  65. more menu listings. All the better to
  66. find what you need.
  67.  
  68.     But, as with all such collections
  69. of knowledge, the best way to know
  70. what is available is to look! Check
  71. out each item. You can print it out
  72. with a click on PRINT THIS. Then play
  73. with the code to see how it works.
  74.  
  75.     Most everything is here -- tricks,
  76. tips, ML routines, everything. OK, I
  77. bet I missed some esoteric presto-
  78. digitalizations. YOU can add any that
  79. you want. Use Mr.Edstar to add new
  80. menu items to "e.encyclopedia", that
  81. edit lines 2000-2199 to include the
  82. new filename. Look at the code for the
  83. format.
  84.  
  85.     Then again, who is doing plain old
  86. C-64 programming these days? Who wants
  87. to learn to create great programs on
  88. this old platform? I don't know. I do
  89. know that this encyclopedia is now on
  90. my Utility disk image. Any time I need
  91. to know a certain trick, it is there
  92. in an instant.
  93.  
  94.  DMM
  95.  
  96.  
  97.