home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS 1
/
BBS#1.iso
/
document
/
compress.arj
/
LZ.ASI
< prev
next >
Wrap
Text File
|
1992-03-19
|
343b
|
27 lines
;-------------------------------------------------------------
;
; Project: YAR compressor
; Header: LZ.ASI
;
;
; (C) 1991-92 Compact Soft
; Written by: cs:dk
;
;-------------------------------------------------------------
.model small, c
locals
nojumps
BookStack equ 0 ; 1 if using BookStack algorithm
BITS equ 16
TREESIZE equ 16