We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How can i calculate the runtime of the program in terms of clock cycles? without looking into the instruction set. Regards Siva
Two alternative answers, pick one: 1) You can't. Not even with looking at the instruction set, unless it's an entirely stupid little program that doesn't depend on any external input. Mr. Turing proved that some 20 years before most of us were born. 2) You can't, because in embedded programming, "the program", by definition, runs forever.