• Compling Errors
    I have one project to compile, but encounter the following messages. Is it due to the versions or any hardware requirements? because I have been used other computer to compile, it's ok to run...
  • compling error query
    hi Dis is my program..and its showing error saying 'IDATA' segment too large...does it depend on the version of kiel used ? #include <REG52.H> #define ST_CNTRL P1 sfr ldata = 0x80; sbit rs = P3...
  • compling error query
    hi Dis is my program..and its showing error saying 'IDATA' segment too large...does it depend on the version of kiel used ? #include <REG52.H> #define ST_CNTRL P1 sfr ldata = 0x80; sbit rs = P3...
  • compling error query
    hi can anyone tell me wat does this error mean??? C214:'argument':conversion:pointer to non pointer mean??
  • plz help for below program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy XBYTE [0x1234] = 0x55; return; ...