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 / rtReqHandlerA.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-27  |  314 b   |  19 lines

  1.  
  2.         SECTION "code",CODE
  3.  
  4.         xref    _ReqToolsBase
  5.  
  6.         xdef    _rtReqHandlerA
  7.  
  8. _rtReqHandlerA:
  9.         move.l  a2,-(a7)
  10.         move.l  _ReqToolsBase,a6
  11.         move.l  8(a7),a1
  12.         move.l  12(a7),d0
  13.         move.l  16(a7),a0
  14.         jsr     -108(a6)
  15.         move.l  (a7)+,a2
  16.         rts
  17.  
  18.    END
  19.