• 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 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...
  • Keil 3 not compling
    #define xtime(x) ((x<<1) ^ (((x>>7) & 1) * 0x1b)) #define Multiply(x,y) (((y & 1) * x) ^ \ ((y>>1 & 1) * xtime(x)) ^ \ ((y>>2 & 1) * xtime(xtime(x))) ^ \ ((y>>3 & 1) * xtime(xtime(xtime(x))))...
  • queries
    I have a problem in c51 compiler. i got message as below Build target 'Target 1' compiling hgbmenu.c... HGBMENU.C(41): warning C280: 'check': unreferenced local variable linking... *** ERROR...