We use ::Sleep(x) to stop the program for x ms.
But we want to be able to stop the program with less then 1 ms delay.
(We doesn't want to use while(1)...... x++)
How should we do when we are running the program for Windows NT?
Is it possible to make a delay through BIOS commands??