home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / asic / alu / readme.doc < prev   
Text File  |  1991-05-04  |  2KB  |  36 lines

  1. The files that come with this documentation should be:
  2.                                                       ALU-LIB.ASI
  3.                                                       (source code for the
  4.                                                       ALU library.)
  5.                                                       ALU-DEMO.ASI
  6.                                                       (source code for the
  7.                                                       demonstration program)
  8.                                                       ALU-DEMO.COM
  9.                                                       (the demonstration
  10.                                                       program.)
  11.  
  12. This library (ALU-LIB.ASI) contains 8 functions to extend the fine ASIC
  13. compiled language created by David A. Visti.
  14. They are provided free of charge or fee and are in the public domain. No
  15. fee may be charged for their use or distribution either by themselves or
  16. as part of any package.
  17. There is NO warranty given or implied as to the functioning of these
  18. routines. If you follow the guidelines as set down by me in the REM
  19. statements you should have no problems. (Of course if you do, please
  20. contact me.)
  21. The library is self-documented in REM statements at the beginning of the
  22. file.
  23. One more thing. For some reason the integrated editor/compiler doesn't like
  24. these routines (No taste I say.) so they must, when included in a program,
  25. be compiled using the command line compiler (ASICC.EXE).
  26. Feel free to modify, change or add to this library as you please. As long as
  27. it remains in the public domain feel free to distribute it in any form.
  28. If you have any problems, contact me on COMPUSERVE (73007,3614).
  29.                                        Have fun.
  30.                                        Experiment!
  31.                                            Steve Almond
  32.  
  33.  
  34.  
  35.  
  36.