Subversion Repositories Kolibri OS

Rev

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

Rev 3341 Rev 3383
Line 64... Line 64...
64
;; Among other things, the copyright notice and this notice must be preserved
64
;; Among other things, the copyright notice and this notice must be preserved
65
;; on all copies.
65
;; on all copies.
66
;;
66
;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 68...
-
 
68
 
-
 
69
format binary as "mnt"
68
 
70
 
69
include 'macros.inc'
71
include 'macros.inc'
Line 70... Line 72...
70
include 'struct.inc'
72
include 'struct.inc'
Line 71... Line 73...
71
 
73
 
Line 72... Line 74...
72
$Revision: 3341 $
74
$Revision: 3383 $
Line 4740... Line 4742...
4740
        lea     ecx, [hotkey_scancodes+ecx*4]
4742
        lea     ecx, [hotkey_scancodes+ecx*4]
4741
        mov     edx, [ecx]
4743
        mov     edx, [ecx]
4742
        mov     [eax], edx
4744
        mov     [eax], edx
4743
        mov     [ecx], eax
4745
        mov     [ecx], eax
4744
        mov     [eax+12], ecx
4746
        mov     [eax+12], ecx
-
 
4747
        test    edx, edx
4745
        jecxz   @f
4748
        jz      @f
4746
        mov     [edx+12], eax
4749
        mov     [edx+12], eax
4747
@@:
4750
@@:
4748
        and     dword [esp+32], 0
4751
        and     dword [esp+32], 0
4749
        ret
4752
        ret
4750
;-----------------------------------------------------------------------------
4753
;-----------------------------------------------------------------------------