• Execution Time calculator.
    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...
  • 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...
  • 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...
  • 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...
  • how to calculate timing in keil arm c program
    Hi any one please tell me how to calculate tne time delay in keil c program usink keil ide