• Silly assembler optimizations
    Hello! I am trying to write a simple delay function in inline assembler, but no matter how hard I try, the complier always modifies my assembly code. My original BNE LOOP command was compiled into...
  • Silly assembler optimizations
    Hello! I am trying to write a simple delay function in inline assembler, but no matter how hard I try, the complier always modifies my assembly code. My original BNE LOOP command was compiled into...
  • How to optimize this assembly code segment..
    Hi, I am trying to rewrite the arm assembly code generated by gcc in release mode (for optimization purpose). The below code is in a loop and so it will get executed many times. Can some one please...
  • Need help on 8051 assembly code optimization
    We are developing a product on 8051 microcontroller. We have done coding using assembly language. Right now our code size is very high and is overshooting the allocated ROM size. We have started...
  • How to optimize this assembly code segment..
    Hi, I am trying to rewrite the arm assembly code generated by gcc in release mode (for optimization purpose). The below code is in a loop and so it will get executed many times. Can some one please...