• # 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.
  • MAC compiler directive
    HI, I am using a ST10F269. I need to add the MAC compiler directive to generate coMUL etc instructions. I have to do this by adding the control in the C166 options page. Do I need to add the EXTMAC...
  • Reentrant compiler directive for C51 compiler
    I am using an inhouse developed multi tasking scheduler for 8051. Every function that I write, I need to put reentrant on it. Is it possible to add a compiler directive like the c166 compilers for c51...
  • Using the '#message' directive
    I'm using uVision 5.14 and this is the error I receive when I try to use the '#message' directive: error: #11-D: unrecognized preprocessing directive #message Am I missing something?
  • Using the SRC directive.
    Hi, hmm...probably the question sounds stupid.....but I'm facing such a problem... :-) Does the addition of a bit variable(local to a function) to a file with SRC directive cause any problems? (bit...