Subversion Repositories Kolibri OS

Rev

Rev 3424 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3424 Rev 3715
Line 182... Line 182...
182
; is not present the really. For this reason
182
; is not present the really. For this reason
183
; not use func 10 and 23, because event 1
183
; not use func 10 and 23, because event 1
184
; is not cleared without call of func 0.
184
; is not cleared without call of func 0.
185
; In this case is suitable only func 5 and 11,
185
; In this case is suitable only func 5 and 11,
186
; or 68.1 and 11 for better response.
186
; or 68.1 and 11 for better response.
187
;	mcall	5,10
-
 
188
	mcall	68,1
187
	mcall	68,1
-
 
188
	mcall	5,10 ; because OS uses a new scheduler for kernel(SVN r.3534)
189
	mcall	11
189
	mcall	11
190
	cmp	eax,1
190
	cmp	eax,1
191
	je	.draw
191
	je	.draw
192
	cmp	eax,2
192
	cmp	eax,2
193
	je	.key
193
	je	.key