home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / AlertHelp.lha / AlertHelp / test / test2.s < prev    next >
Encoding:
Text File  |  1993-12-22  |  170 b   |  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