• Calculating Execution Time
    Dear Sir, Im a begginer for a assembly program like this in keil, Mov R0,#10 ----> 480ns Mov R1,#20 ----> 960ns Mov a,R0 ----> 1440ns Add a,R1 ----> 1920ns Mov R2,a ----> 2400ns Mov a,R1...
  • Minimize execution time of CRC calculation
    Hello, I am using AT89C51RD2 as a target processor operates on 11.0592MHz crystal oscillator. In my application I get command through serial port.It supports two checksum alogorithms one is standard...
  • timing calculation
    can you please send me / explain "C51 Version 7 Operation Timings" calculation formulla which relates crystal frequency and clock divider.
  • how to calculate total execution time of a function
    I am writing a simple RTOS i have some tasks the works with different frequencies and priorities each task is represented by a function void f1(void),..etc. f1 is higher priority than f2 and it interrupt...
  • How do I calculate the execution time for a program?
    Hello, I use a LPC2148(arm7) in uVision Keil Mdk. I get the dis-assembly listing when I compile any code.Suppose if I want to calculate the execution time for the code, one way is to find the number...