Subversion Repositories Kolibri OS

Rev

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

Rev 1379 Rev 1400
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 1379 $
8
$Revision: 1400 $
9
 
9
 
10
 
10
 
Line 1639... Line 1639...
1639
        xor     edx, edx
1639
        xor     edx, edx
1640
        div     [_10000000]
1640
        div     [_10000000]
1641
        xchg    eax, [esp]
1641
        xchg    eax, [esp]
1642
        div     [_10000000]
1642
        div     [_10000000]
1643
        pop     edx
1643
        pop     edx
-
 
1644
    .sec:
1644
; edx:eax = number of seconds since January 1, 1601
1645
; edx:eax = number of seconds since January 1, 1601
1645
        push    eax
1646
        push    eax
1646
        mov     eax, edx
1647
        mov     eax, edx
1647
        xor     edx, edx
1648
        xor     edx, edx
1648
        div     [_60]
1649
        div     [_60]
Line 1811... Line 1812...
1811
        xor     eax, eax
1812
        xor     eax, eax
1812
        call    ntfs_direntry_to_bdfe
1813
        call    ntfs_direntry_to_bdfe
1813
        pop     edi esi
1814
        pop     edi esi
1814
        xor     eax, eax
1815
        xor     eax, eax
1815
        ret
1816
        ret
-
 
1817