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

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