Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 465
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 465 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                                 ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 3265... Line 3265...
3265
fs_HdExecute:
3265
fs_HdExecute:
3266
        mov     edx, [ebx]
3266
        mov     edx, [ebx]
3267
        mov     ebx, [ebx+4]
3267
        mov     ebx, [ebx+4]
3268
        test    ebx, ebx
3268
        test    ebx, ebx
3269
        jz      @f
3269
        jz      @f
3270
        add     ebx, std_application_base_address
3270
   ;     add     ebx, std_application_base_address
3271
@@:
3271
@@:
Line 3272... Line 3272...
3272
 
3272
 
3273
;----------------------------------------------------------------
3273
;----------------------------------------------------------------
3274
;
3274
;