home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / misc / COMPON.LZH / COMPON.DOC < prev   
Text File  |  1987-09-29  |  2KB  |  49 lines

  1.  
  2.  
  3.                                COMPUTER ON
  4.  
  5.             This program is intended for users of the IBM PCjr
  6.             who have the IBM PCjr speech attachment.
  7.         This is the only configuration the program will work with!!!
  8.  
  9. Compon.com is a little batchfile novelty I wrote while in the process of
  10. teaching my self assembly language (and I'm still learning). COMPON, can
  11. be placed in your autoexec.bat file, at the end, when it is executed in the
  12. in the batchfile (or from the DOS prompt) it will cause the speech attachment
  13. to say "Computer is now Operational". I had wanted to use the speech device
  14. to jazz up batch files, before I wrote  this, but to do so required me to
  15. load basic, and then load the speech off the disk, and then call the speech
  16. routine, but that takes too long. this routine uses the speech bios interrupt
  17. which is INT 4D (Hex). The routine is written in machine language, and the
  18. speech is stored as data (Starting at 150[Hex]) right in the program, so it
  19. loads faster.
  20. Well I guess that's it for the description.
  21.  
  22. Now for the disclaimer
  23.  
  24. This program is released into the public domain in an "AS IS " format.
  25. The author assumes NO RESPONSIBILITY for the use, abuse or misuse of this
  26. program. The sole liability and Responsibility for any and all damage
  27. resulting from the use of this program is with the user.
  28. This program may be copied modified and distributed freely, provided that
  29. the following conditions are met.
  30.    1 The authors name shall not be removed from this program.
  31.  
  32.    2 This program may not be used by or uploaded to any individual, service,
  33.      or organization that claims a compiliation copyright. this includes
  34.      services like Comp-U-Serv [TM] and THE SOURCE [TM]
  35.  
  36.    3 This text file must always be provided along with the copy of COMPON.COM
  37. If you cannot agree with and abide by these rules, please deleate the program
  38.  and this file, and forget that you ever saw them.
  39.  
  40.  
  41.  
  42. Assembly Language programmers interested in how INT 4D works may contact me
  43. by phone:
  44.  
  45. Charles W. England III
  46. 405-682-3857
  47.  
  48.                               Release date 09-29-87
  49.