home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
libs
/
reqtools.lha
/
dlib
/
Source.lzh
/
src
/
rtSetWaitPointerR.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-12-27
|
243 b
|
16 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef @rtSetWaitPointer
@rtSetWaitPointer:
move.l a6,-(a7)
move.l _ReqToolsBase,a6
jsr -114(a6)
move.l (a7)+,a6
rts
END