abdo375
- 131
- 0
I need to write a program that will create a constant time delay in x86 assembly, can anybody help?
The discussion revolves around methods to implement a constant time delay in x86 assembly language, focusing on various approaches suitable for different operating systems and hardware configurations. Participants explore theoretical and practical aspects of timing mechanisms in assembly programming.
Participants express differing views on the feasibility of achieving consistent timing on various operating systems, with some advocating for DOS or real-time operating systems while others highlight the challenges posed by non-real-time environments like Windows. No consensus is reached on the best approach.
Participants note potential limitations related to timing accuracy due to system interrupts and the dependency on the operating system used. The discussion includes assumptions about the execution environment and the specific hardware being utilized.
This discussion may be useful for programmers working with x86 assembly language, particularly those interested in timing mechanisms for embedded systems or hardware initialization tasks.
abdo375 said:actually I'm doing it on a PC.
abdo375 said:I need to write a program that will create a constant time delay in x86 assembly, can anybody help?