Subversion Repositories Kolibri OS

Rev

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

Rev 2682 Rev 4917
Line 118... Line 118...
118
    cmp  eax,3                  ; button in buffer ?
118
    cmp  eax,3                  ; button in buffer ?
119
    je   button
119
    je   button
120
key:
120
key:
121
;    mov  [event],al
121
;    mov  [event],al
122
    mcall 2
122
    mcall 2
-
 
123
	and  eax, 0xffff
123
    cmp  ah,13
124
    cmp  ah,13
124
    je   button.mode
125
    je   button.mode
125
    cmp  ah,27
126
    cmp  ah,27
126
    je   button.mode
127
    je   button.mode
127
    cmp  [mode],-1
128
    cmp  [mode],-1