asmconst.ai

来自「一个很好的压缩与解压程序」· AI 代码 · 共 15 行

AI
15
字号
; $Source: /usr/home/dhesi/zoo/RCS/asmconst.ai,v $
; $Id: asmconst.ai,v 1.2 91/07/07 09:37:47 dhesi Exp $
;The contents of this file are hereby released to the public domain.
;                                 -- Rahul Dhesi 1988/08/25

;Constant values for lzc.asm and lzd.asm
maxbits		equ	13
clear		equ	256		;Clear code
eof		equ	257		;End of file marker
first_free	equ	258		;First free code
maxmax		equ	1 shl maxbits	;Max code + 1

inbufsiz	equ	8192		;size of input buffer
outbufsiz	equ	8192		;size of output buffer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?