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
/
PVCInstallPostCmd.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
|
219 b
|
18 lines
SECTION "code",CODE
INCLUDE "PVCallStub.i"
XDEF _PVCInstallPostCmd
_PVCInstallPostCmd:
movem.l a2/a6,-(a7)
GETPVBASE
move.l 12(a7),a0
move.l PVCInstallPostCmd(a6),a6
jsr (a6)
movem.l (a7)+,a2/a6
rts
END