• # pragma directive
    can any body will tell me when and where we can use #pragma directives in embedded 'C'?give me an idea with examples.
  • using and compiling with #pragma ASM
    I wanted to use the inline assembly code with C and hence added the assembly code as follows in the last line of the program as follows #include<reg51.h> float test; unsigned int t_first,t_second...
  • "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • #pragma ASM/ENDASM inside a #define (???)
    Hello, I'm having trouble using #pragma ASM/ENDASM inside a #define statement. This is what I want to do inside the #define: - push ACC (assembly) - push IE (assembly) - EA = 0 (C) This...
  • how do I check #pragma directives
    Hello ! I have a some quetions. I my project i write some math(on Assembler) library for using in C and Assembler. I have some function, in C this function can be defined: extern signed long add32...