Function 26, subfunction 9 - get the value of the time counter.
Parameters:
- eax = 26 - function number
- ebx = 9 - subfunction number
Returned value:
- eax = number of 1/100s of second, past from the system boot time
Remarks:
- Counter takes modulo 2^32, that correspond to a little more
than 497 days.
- To get system time use function 3.