home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d436
/
lhlib
/
lhglue.lzh
/
LhLvo.asm
< prev
next >
Wrap
Assembly Source File
|
1990-07-26
|
205b
|
14 lines
section text,code
xdef _LVOCreateBuffer
xdef _LVODeleteBuffer
xdef _LVOLhEncode
xdef _LVOLhDecode
_LVOCreateBuffer equ -30
_LVODeleteBuffer equ -36
_LVOLhEncode equ -42
_LVOLhDecode equ -48
end