home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d623
/
reqtools.lha
/
ReqTools
/
lib
/
Source.lzh
/
src
/
rtSetReqPosition.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-08-11
|
230 b
|
18 lines
SECTION "code",CODE
INCLUDE "reqtools.i"
XDEF _rtSetReqPosition
_rtSetReqPosition:
movem.l a2/a6,-(a7)
GETRTBASE
move.l 12(a7),d0
movem.l 16(a7),a0/a1/a2
jsr _LVOrtSetReqPosition(a6)
movem.l (a7)+,a2/a6
rts
END