Subversion Repositories Kolibri OS

Rev

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

Rev 2687 Rev 2705
Line 32... Line 32...
32
start:
32
start:
33
    mov eax,70
33
    mov eax,70
34
    mov ebx,notifyapp
34
    mov ebx,notifyapp
35
    mcall
35
    mcall
Line -... Line 36...
-
 
36
	
36
	
37
start1:
37
	xor	ebx,ebx
38
	xor	ebx,ebx
38
	mcall	40
39
	mcall	40
39
@@:
40
@@:
Line 63... Line 64...
63
	test	eax,0x80
64
	test	eax,0x80
64
	pop	eax
65
	pop	eax
65
	jnz	@f
66
	jnz	@f
66
	mov	ebx,5
67
	mov	ebx,5
67
	call	hotkeys_common	
68
	call	hotkeys_common	
68
	jmp	start
69
	jmp	start1
69
@@:
70
@@:
70
	cmp	al,2
71
	cmp	al,2
71
	jne	still
72
	jne	still
Line 72... Line 73...
72
 
73