home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / req.lzh / Req / ReqAztec5.LZH / ReqAztec5 / LinkStri.asm < prev    next >
Encoding:
Assembly Source File  |  1991-02-05  |  224 b   |  15 lines

  1.  
  2.         public    _ReqBase
  3.         public    _LinkStringGadget
  4.  
  5. _LinkStringGadget:
  6.         movem.l    a6/a2/a3/d2/d3,-(sp)
  7.         move.l    _ReqBase,a6
  8.         movem.l    24(sp),a0-a3
  9.         movem.l    40(sp),d0-d3
  10.         jsr        -150(a6)
  11.         movem.l    (sp)+,a6/a2/a3/d2/d3
  12.         rts
  13.  
  14.         end
  15.