Subversion Repositories Kolibri OS

Rev

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

Rev 6272 Rev 6333
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 6272 $
74
$Revision: 6333 $
Line 972... Line 972...
972
        rdtsc
972
        rdtsc
973
        mov     ecx, eax
973
        mov     ecx, eax
974
        mov     esi, 250            ; wait 1/4 a second
974
        mov     esi, 250            ; wait 1/4 a second
975
        call    delay_ms
975
        call    delay_ms
976
        rdtsc
976
        rdtsc
977
        sti
-
 
Line 978... Line 977...
978
 
977
 
979
        sub     eax, ecx
978
        sub     eax, ecx
980
        xor     edx, edx
979
        xor     edx, edx
981
        shld    edx, eax, 2
980
        shld    edx, eax, 2