• Error Message c213
    C code with the C51 compiler error c213 : left side of asn-op not an lvalue code { unsigned char i,error=0; for (i=0x80;i>0;i/=2) { if (i & value) DATA=1; //error else DATA=0; SCK...
  • Error Message c213
    C code with the C51 compiler error c213 : left side of asn-op not an lvalue code { unsigned char i,error=0; for (i=0x80;i>0;i/=2) { if (i & value) DATA=1; //error else DATA=0; SCK...
  • Error C213
    Hello, In trying to compile the C code with the C51 compiler [Keil µvision2], I received error c213 "left side of asn-op not an lvalue" - " the address of a changeable object is required at the right...
  • Error C213
    Hello, In trying to compile the C code with the C51 compiler [Keil µvision2], I received error c213 "left side of asn-op not an lvalue" - " the address of a changeable object is required at the right...
  • Error C141 and C213
    why does error C141 and C213 come while compiling gpiflongxfr example??