Get Milliseconds
Posted: Fri May 23, 2003 5:17 am
Hello.
For a sleep-function i need milliseconds. How can i read this out. I experimented with the CMOS but i don't found anything..
What port is needed to get the milliseconds??
thx and cheers.. Wacky
For a sleep-function i need milliseconds. How can i read this out. I experimented with the CMOS but i don't found anything..
What port is needed to get the milliseconds??
Code: Select all
outportb(0x??,?);
ms= inportb(0x??);