home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / asl.txt next >
Text File  |  1992-09-02  |  329b  |  14 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Asl.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'asl.library', aslbase         /* informal notation */
  6.   AllocFileRequest()
  7.   FreeFileRequest(A0)
  8.   RequestFile(A0)
  9.   AllocAslRequest(D0,A0)
  10.   FreeAslRequest(A0)
  11.   AslRequest(A0,A1)
  12. ENDLIBRARY
  13.  
  14.