• #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...
  • src file and obj file simultaneously
    hi to all, i read from c51 manual that src and obj file can't be created simultaneously.... if it is true, then how can i use the uv2 simulator to see my output.... (if i'm using #pragma asm ....
  • #pragma SRC: respecified or conflicting control
    I have a very simple program: void main(void) { #pragma asm inc a #pragma endasm } If I compile it as it is I get: error C272: 'asm/endasm' requires src-control to be active. So to fix...
  • 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...
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...