Friends, Is there any way to calculate the time of execution for a piece of 8051 Assembly Code ?.Say for example I am having a 8051 delay loop in assembly code.I just want to find out how much time is elapsed in executing the delay loop.I searched in Google, but in vain. Thanking You. Regards, Vamanan Kutty
The simplest would be to use uVision's built-in simulator and run that piece of code. You will see the number of elapsed CPU cycles in the register pane. - Dejan