home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / aztecarp_436 / src / glue / gads1.asm < prev    next >
Assembly Source File  |  1990-12-05  |  194b  |  16 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _GADS
  5.  
  6. _GADS:
  7.     movem.l    a6/a2/a3,-(sp)
  8.     move.l    _ArpBase,a6
  9.     move.l    16(sp),a0
  10.     movem.l    20(sp),d0/a1/a2/a3
  11.     jsr    -252(a6)
  12.     movem.l    (sp)+,a6/a2/a3
  13.     rts
  14.  
  15.     end
  16.