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
/
rtReqHandlerA.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
|
314 b
|
19 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef _rtReqHandlerA
_rtReqHandlerA:
move.l a2,-(a7)
move.l _ReqToolsBase,a6
move.l 8(a7),a1
move.l 12(a7),d0
move.l 16(a7),a0
jsr -108(a6)
move.l (a7)+,a2
rts
END