home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / reqaztec / glue / linkgadg.asm < prev    next >
Assembly Source File  |  1990-12-18  |  208b  |  17 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _ReqBase
  6.     xdef    _LinkGadget
  7. _LinkGadget:
  8.     movem.l    a6/a3,-(sp)
  9.     move.l    _ReqBase,a6
  10.     movem.l    12(sp),a0/a1/a3
  11.     movem.l    24(sp),d0/d1
  12.     jsr    -144(a6)
  13.     movem.l    (sp)+,a6/a3
  14.     rts
  15.  
  16.     end
  17.