home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / packer / zoo / asmconst.ai < prev    next >
Encoding:
Text File  |  1988-08-25  |  423 b   |  13 lines

  1. ;The contents of this file are hereby released to the public domain.
  2. ;                                 -- Rahul Dhesi 1988/08/25
  3.  
  4. ;Constant values for lzc.asm and lzd.asm
  5. maxbits        equ    13
  6. clear        equ    256        ;Clear code
  7. eof        equ    257        ;End of file marker
  8. first_free    equ    258        ;First free code
  9. maxmax        equ    1 shl maxbits    ;Max code + 1
  10.  
  11. inbufsiz    equ    8192        ;size of input buffer
  12. outbufsiz    equ    8192        ;size of output buffer
  13.