Subversion Repositories Kolibri OS

Rev

Rev 255 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
255 heavyiron 1
;---------------------------------------------------------
2
;---------- get time in 1/100 secunds---------------------
3
;---------------------------------------------------------
4
Clock:
5
	  mov eax,26
6
	  mov ebx,9
485 heavyiron 7
	  mcall
255 heavyiron 8
	  mov [time],eax
9
 
10
	  ret
11