home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD1.bin
/
useful
/
util
/
libs
/
reqtools
/
glue
/
gcc
/
gcc_glue.lha
/
src
/
LibSource.lha
/
rtSetReqPosition.S
< 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
Text File
|
1994-02-01
|
193 b
|
15 lines
#include "reqtools.i"
.globl _rtSetReqPosition
.text
_rtSetReqPosition:
moveml a2/a6,sp@-
GETRTBASE
moveml sp@(12),d0/a0/a1/a2
jsr a6@(_LVOrtSetReqPosition:W)
moveml sp@+,a2/a6
rts