• 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...
  • What is the right way to use MEMMAP ?
    Hello, I am programming, via a bootloader, interrupt driven application code on a LPC2468. I certainly need to remap the interrupt vectors. What is a 100% clear to me is when the re-mapping needs to...
  • 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 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...