Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
-
 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
8
 
1
; void __stdcall unpack(void* packed_data, void* unpacked_data);
9
; void __stdcall unpack(void* packed_data, void* unpacked_data);
2
unpack:
10
unpack:
3
        pushad
11
        pushad
4
        mov     esi, [esp+32+4]
12
        mov     esi, [esp+32+4]
5
        mov     edi, [esp+32+8]
13
        mov     edi, [esp+32+8]