home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
500-599
/
ff575.lza
/
ReqTools
/
lib
/
src
/
rtSetReqPosition.asm
< prev
next >
Wrap
Assembly Source File
|
1991-12-22
|
230b
|
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