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

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:NoFrag.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'nofrag.library', nofragbase         /* informal notation */
  6.   GetMemoryChain(D0)
  7.   AllocItem(A0,D0,D1)
  8.   FreeItem(A0,A1,D0)
  9.   FreeMemoryChain(A0,D0)
  10.   AllocVecItem(A0,D0,D1)
  11.   FreeVecItem(A0,A1)
  12. ENDLIBRARY
  13.  
  14.