home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / alerthelp / test / test2.s < prev   
Text File  |  1995-02-27  |  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