Subversion Repositories Kolibri OS

Rev

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

Rev 3424 Rev 3715
Line 227... Line 227...
227
; is not present the really. For this reason
227
; is not present the really. For this reason
228
; not use func 10 and 23, because event 1
228
; not use func 10 and 23, because event 1
229
; is not cleared without call of func 0.
229
; is not cleared without call of func 0.
230
; In this case is suitable only func 5 and 11,
230
; In this case is suitable only func 5 and 11,
231
; or 68.1 and 11 for better response.
231
; or 68.1 and 11 for better response.
232
;	mcall	5,10
-
 
233
	mcall	68,1
232
	mcall	68,1
-
 
233
	mcall	5,10 ; because OS uses a new scheduler for kernel(SVN r.3534)
234
	mcall	11
234
	mcall	11
235
	cmp	eax,1
235
	cmp	eax,1
236
	je	.draw
236
	je	.draw
237
	cmp	eax,2
237
	cmp	eax,2
238
	je	.key
238
	je	.key