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 number of 'instruction cycles' instructiuons take are found in 'the bible' ch 2." That would be for the standard 8051. Modern derivatives may vary - check the Datasheet for the specific device in question.