2006-11-15 03:11 AM
what is the time taken for executing a single instruction.
2011-05-17 12:33 AM
hai,
what is the time taken for executing a single instruction. i mean what is the time for one machine cycle, if processor frequency is 48MHz. -=raj=-2011-05-17 12:33 AM
Hi anuradha,
the time for one machine cycle is not the same for all instructions it also depends on where you are executing the instruction from flash or SRAM. Regards Mirou2011-05-17 12:34 AM
what is the time taken for executing a single instruction.
It depends on the instruction itself - some execute in one clock cycle, some take longer than that. i mean what is the time for one machine cycle, if processor frequency is 48MHz. 1/48MHz = 20.83333333 ns BTW, there was a discussion some time ago about this topic: I can't find detailed information about instruction cycle timesGet this: ''ARM System Developer's Guide'' Designing and Optimizing System Software by Andrew Sloss, Dominic Symes, Chris Wright ISBN: 1-55860-874-5 , Hardback [ This message was edited by: hARMless on 15-11-2006 16:46 ]