home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / reqtools.lha / lib / Source.lzh / src / rtAllocRequestA.asm < prev    next >
Encoding:
Assembly Source File  |  1991-05-23  |  196 b   |  17 lines

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