home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d623 / reqtools.lha / ReqTools / dlib / Source.lzh / src / rtSetWaitPointer.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-27  |  268 b   |  17 lines

  1.  
  2.         SECTION "code",CODE
  3.  
  4.         xref    _ReqToolsBase
  5.  
  6.         xdef    _rtSetWaitPointer
  7.  
  8. _rtSetWaitPointer:
  9.         move.l  a6,-(a7)
  10.         move.l  _ReqToolsBase,a6
  11.         move.l  8(a7),a0
  12.         jsr     -114(a6)
  13.         move.l  (a7)+,a6
  14.         rts
  15.  
  16.    END
  17.