• RESPECIFIED OR CONFLICTING CONTROL
    Hi, I want to add a delay function to my project. For the reasons specifed in some of the posts in this forum I want to write the delay function in assembly though I am coding my project in C. Initially...
  • #pragma SRC
    Hello, I have a problem with #pragma SRC directive. First, when I write it at the begining of my C file the compiler (CARM) writes: MAIN.C(1): warning C2: 'SRC': unknown #pragma/control, line...
  • "#pragma SRC" ->obj not generate
    I've added a "#pragma SRC" to see the asm code of my C file, and on the compilation, the obj file was not generated (and so the linking stopped with ERROR L210: I/O input File). Is it normal?
  • GETTING ERROR WHILE COMPILING #pragma src
    HI all , i have c programme its around 600lines of coding , bcos of the code size constraint i have to convert it to asm , i used src ie #pragma src.when i compiled i got error 210,input file error...
  • SRC control problem
    I have installed c51 compiler. I am using #pragma asm and #pragma endasm directives in code. I have already activated all SRC control option but while compiling i am getting warning c500:missing device...