forked from KolibriOS/kolibrios
af99f0b88d
git-svn-id: svn://kolibrios.org@255 a494cfbc-eb01-0410-851d-a64ba20cac60
12 lines
261 B
PHP
12 lines
261 B
PHP
;---------------------------------------------------------
|
|
;---------- get time in 1/100 secunds---------------------
|
|
;---------------------------------------------------------
|
|
Clock:
|
|
mov eax,26
|
|
mov ebx,9
|
|
int 0x40
|
|
mov [time],eax
|
|
|
|
ret
|
|
|