Subversion Repositories Kolibri OS

Rev

Rev 431 | Rev 521 | 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 504... Line 504...
504
fs_CdExecute:
504
fs_CdExecute:
505
        mov     edx, [ebx]
505
        mov     edx, [ebx]
506
        mov     ebx, [ebx+4]
506
        mov     ebx, [ebx+4]
507
        test    ebx, ebx
507
        test    ebx, ebx
508
        jz      @f
508
        jz      @f
509
        add     ebx, std_application_base_address
509
    ;    add     ebx, std_application_base_address
510
@@:
510
@@:
Line 511... Line 511...
511
 
511
 
512
;----------------------------------------------------------------
512
;----------------------------------------------------------------
513
;
513
;