home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
util
/
pplib-1.6.lha
/
PPlib
/
Glue
/
SAS-C
/
Source.lzh
/
src
/
ppDecrunchBuffer.asm
< prev
next >
Wrap
Assembly Source File
|
1993-08-25
|
224b
|
18 lines
SECTION "code",CODE
INCLUDE "pplib.i"
XDEF _ppDecrunchBuffer
_ppDecrunchBuffer:
movem.l a2/a6,-(a7)
GETPPBASE
movem.l 12(a7),a0/a1/a2
move.l 24(a7),d0
jsr _LVOppDecrunchBuffer(a6)
movem.l (a7)+,a2/a6
rts
END