Subversion Repositories Kolibri OS

Rev

Rev 255 | 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
;---------- get time in 1/100 secunds---------------------
2
;---------- get time in 1/100 secunds---------------------
3
;---------------------------------------------------------
3
;---------------------------------------------------------
4
Clock:
4
Clock:
5
	  mov eax,26
5
	  mov eax,26
6
	  mov ebx,9
6
	  mov ebx,9
7
	  int 0x40
7
	  mcall
8
	  mov [time],eax
8
	  mov [time],eax
Line 9... Line 9...
9
 
9