home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / reqtools.lha / dlib / Source.lzh / src / rtAllocRequestAR.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-26  |  240 b   |  16 lines

  1.  
  2.         SECTION "code",CODE
  3.  
  4.         xref    _ReqToolsBase
  5.  
  6.         xdef    @rtAllocRequestA
  7.  
  8. @rtAllocRequestA:
  9.         move.l  a6,-(a7)
  10.         move.l  _ReqToolsBase,a6
  11.         jsr     -30(a6)
  12.         move.l  (a7)+,a6
  13.         rts
  14.  
  15.    END
  16.