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
/
rtSetReqPositionR.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
|
287 b
|
18 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef @rtSetReqPosition
@rtSetReqPosition:
movem.l rl,-(a7)
move.l _ReqToolsBase,a6
move.l d1,a2
jsr -126(a6)
movem.l (a7)+,rl
rts
rl reg A2/A6
END