home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff353.lzh / CompDisk / ReqGlue.LZH / MakeGadg.asm < prev    next >
Assembly Source File  |  1990-05-12  |  196b  |  17 lines

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