• inline \ MACROs
    Hi, I want to avoid the CALL \ RET overhead of a certain function which is called only once in my program. I understand the uVision compiler does not support the inline keyword ( http://www.keil...
  • INLINE ASSEMBLY
    hi i want to use the assembly code in my c file how can i do this i refered the link below but did not the clear idea http://www.keil.com/support/man/docs/c51/c51_cm_srcfile.htm i gone through...
  • inline breakpoint
    When using the monitor i would like all ASSERTs to force a break out to the debugger. Is there any way of doing this with some inline C or assembler code? Many Thanks, Martin.
  • inline assembly
    Hi friends, I am using inline assembly in my ISR routine. When i observe the generated sorce file. AT the start of ISR the compiler generates a code to save the ACC, DPL, DPH etc and the general purpose...
  • Inline Assembly coding