Subversion Repositories Kolibri OS

Rev

Rev 1635 | Rev 2465 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1635 Rev 2434
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1450 $
8
$Revision: 2434 $
9
 
9
 
10
 
10
 
Line 217... Line 217...
217
	jb	@f
217
        jb      @f
218
	mov	al, 3
218
        mov     al, 3
219
	cmp	bl, 10
219
        cmp     bl, 10
220
	jb	@f
220
        jb      @f
221
	mov	al, 6
221
        mov     al, 6
-
 
222
@@:
222
@@:	sub	bl, al
223
        sub     bl, al
223
	jmp	.main_loop
224
        jmp     .main_loop
224
.1:
225
.1:
225
	lea	eax, [.IsRep*4 + ebx*4]
226
        lea     eax, [.IsRep*4 + ebx*4]
226
	add	eax, [.p]
227
        add     eax, [.p]
227
	call	.RangeDecoderBitDecode
228
        call    .RangeDecoderBitDecode