Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 9027
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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 -... Line 8...
-
 
8
$Revision: 9027 $
-
 
9
 
8
$Revision: 5363 $
10
 
-
 
11
; @brief Unpack LZMA-compressed data. C-style declaration of the function.
-
 
12
;
-
 
13
; ```void __stdcall unpack(void* packed_data, void* unpacked_data);```
-
 
14
;
9
 
15
; @param packed_data Data to unpack
10
 
16
; @param unpacked_data Buffer to hold unpacked data
11
; void __stdcall unpack(void* packed_data, void* unpacked_data); 
17
; @returns Nothing
12
unpack:
18
unpack:
13
        pushad
19
        pushad