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

  1.  
  2.     SECTION "text",CODE
  3.  
  4.     INCLUDE    "reqtools.i"
  5.  
  6.     XDEF    _rtEZRequest
  7.  
  8. _rtEZRequest:
  9.     movem.l    a2/a3/a4/a6,-(a7)
  10.     GETRTBASE
  11.     movem.l    20(a7),a1/a2/a3
  12.     move.l    32(a7),a0
  13.     lea        36(a7),a4
  14.     jsr        _LVOrtEZRequestA(a6)
  15.     movem.l    (a7)+,a2/a3/a4/a6
  16.     rts
  17.  
  18.    END
  19.