home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d939 / alerthelp.lha / AlertHelp / test / test2.s < prev   
Text File  |  1993-12-20  |  170b  |  14 lines

  1.  
  2.   XREF _LVOFreeMem
  3.  
  4. Test2
  5.   move.l  4,a6
  6.   move.l  a6,a1
  7.   moveq.l #4,d0
  8.   jsr     _LVOFreeMem(a6)
  9.   move.l  a6,a1
  10.   moveq.l #4,d0
  11.   jsr     _LVOFreeMem(a6)
  12.   rts
  13.  
  14.   END