Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 1066
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: 750 $
8
$Revision: 1066 $
9
 
9
 
10
 
10
 
Line 26... Line 26...
26
.failed:
26
.failed:
27
        pop     eax
27
        pop     eax
28
        popad
28
        popad
29
        ret     8
29
        ret     8
30
.lzma:
30
.lzma:
-
 
31
        pushfd
-
 
32
        cli
31
        call    .lzma_unpack
33
        call    .lzma_unpack
-
 
34
        popfd
-
 
35
 
32
.common:
36
.common:
33
        pop     eax
37
        pop     eax
34
        test    al, 0x80
38
        test    al, 0x80
35
        jnz     .ctr1
39
        jnz     .ctr1
36
        test    al, 0x40
40
        test    al, 0x40