Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Assembly single statement execution time calculation

Status
Not open for further replies.

azadunkili

Junior Member level 1
Joined
May 25, 2007
Messages
15
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,367
Any simple formula to calculate the exact time taken to execute a single statement in assemby progam depending on a perticular frequency?
 

Re: time calculation

I found information in calculation time with assembly programming that your ask thus as link below
**broken link removed**
 

Re: time calculation

you can check the machine instruction of the assembly staments,

and from clock cycles needed by the machine instruction, you can calculate

the needed time.



azadunkili said:
Any simple formula to calculate the exact time taken to execute a single statement in assemby progam depending on a perticular frequency?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top