home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d353 / compdisk.lha / CompDisk / ReqGlue.LZH / SetLocat.asm < prev    next >
Encoding:
Assembly Source File  |  1990-05-12  |  187 b   |  16 lines

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