home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 6 / Sonderheft_6-96.iso / pd / libraries / reqtools / glue / sas-c / libsource.lha / src / rtFreeReqBuffer.asm < prev    next >
Assembly Source File  |  1993-08-25  |  192b  |  17 lines

  1.  
  2.     SECTION "text",CODE
  3.  
  4.     INCLUDE    "reqtools.i"
  5.  
  6.     XDEF    _rtFreeReqBuffer
  7.  
  8. _rtFreeReqBuffer:
  9.     move.l    a6,-(a7)
  10.     GETRTBASE
  11.     move.l    8(a7),a1
  12.     jsr    _LVOrtFreeReqBuffer(a6)
  13.     move.l    (a7)+,a6
  14.     rts
  15.  
  16.    END
  17.