home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
debug-utils
/
pv
/
pvdevelop
/
pvdevelop.lha
/
Lib
/
Source
/
PVCSetCursorPos.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-09-16
|
206 b
|
18 lines
SECTION "code",CODE
INCLUDE "PVCallStub.i"
XDEF _PVCSetCursorPos
_PVCSetCursorPos:
movem.l a6,-(a7)
GETPVBASE
move.l 8(a7),a0
move.l PVCSetCursorPos(a6),a6
jsr (a6)
movem.l (a7)+,a6
rts
END