• How to push a label to stack?
    I am using c51 embedding asm. How to push a c label to stack?
  • Dual DPTR push in ISR - why?
    I'm looking to optimize an ISR written in C and wondered why version 6.21 pushes both DPTR when it doesn't use them both?
  • Pushing Register in ASM function
    Dear all, When I am writing some ASM function, I always need to PUSH the accumulator and all register I have used inside the function. I am wondering if this ASM function is to be called by other C...
  • to push the data onto stack in C program
    hi, I am using lpc2144. I have written a code to push the link register value onto stack using inline assembler in c program i.e., __asm {STMFD SP!,{LR};}. For this code i am getting compiler errors...
  • log10 how many cycles ?
    Hello, I couldn't find any information about number of cycles needed for log10 routine in keil 51, does anybody know that ? one thing else Is it possible to use combination of a lookup table and some...