include vtd.inc
VxDcall VTD_Get_Real_Time
mov [time_hi], edx
mov [time_lo], eax
Retrieves the number of real time clock ticks that have elapsed since the current Windows session was started. Uses EAX, EDX, and Flags.
Returns the current system time based on an unit of 0.8 microseconds, in EDX:EAX. The EDX register contains the high doubleword of the time and EAX the low doubleword.