Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 2... Line 2...
2
;-------------KEYS-------------------------
2
;-------------KEYS-------------------------
3
;------------------------------------------
3
;------------------------------------------
4
   keys:
4
   keys:
Line 5... Line 5...
5
 
5
 
6
   mov eax,2
6
   mov eax,2
7
   int 0x40
7
   mcall
Line 8... Line 8...
8
   shr eax,8
8
   shr eax,8
9
 
9
 
10
   cmp eax,176
10
   cmp eax,176
Line 78... Line 78...
78
 
78
 
79
    mov eax,CursorsID
79
    mov eax,CursorsID
Line 80... Line 80...
80
    call delete_cursors
80
    call delete_cursors
81
 
81
 
Line 82... Line 82...
82
    mov eax,-1
82
    mov eax,-1
Line 83... Line 83...
83
    int 0x40
83
    mcall