• Function including inline assembler
    Hi, all. I'm making loop counter using inline assembler in C51.(attach file ) I'm trying use variable that decleared in C language. But when I build, variable name changed in SRC file. ( "uint8_t...
  • including assembler file into C project
    Hi all, I have to include an ASM file into my C project, this ASM file cannot be modified since it is also a part of another project using this same file. the ASM file is asm_inc.h and contains only...
  • warning L7 when including c file in a assembler project
    Hello, I have include a c file with #pragma SRC after a build of my target, I have include the .src file in the projet for future use. but after all build (compilation) of the target, I have...
  • 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 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...