soul
- 61
- 0
Hi everyone,
As I understand from my textbook, to generate a time delay by using C programming, we should use timers or use a for loop. My question is this: every C compiler creates their own assembly codes. Then, it means that the same code can generate different time delays in each compiler. How can we overcome with this problem? Or is it a problem?
As I understand from my textbook, to generate a time delay by using C programming, we should use timers or use a for loop. My question is this: every C compiler creates their own assembly codes. Then, it means that the same code can generate different time delays in each compiler. How can we overcome with this problem? Or is it a problem?