Subversion Repositories Kolibri OS

Rev

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

Rev 658 Rev 684
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 658 $
14
$Revision: 684 $
15
 
15
 
16
 
16
 
Line 758... Line 758...
758
    ja   .xd1
758
    ja   .xd1
759
    cmp  dword [ecx], esi
759
    cmp  dword [ecx], esi
760
    jnz  @f
760
    jnz  @f
761
    and  dword [ecx], 0
761
    and  dword [ecx], 0
762
    pushad
762
    pushad
763
    xchg eax, ebx
763
    xchg eax, ecx
764
    mov  eax, 2
764
    mov  ebx, 2
765
    call sys_system
765
    call sys_system
766
    popad
766
    popad
767
@@:
767
@@:
768
    inc  eax
768
    inc  eax
769
    add  ecx, 0x100
769
    add  ecx, 0x100