• C166 BUG: V4.25 generates incorrect code
    To test the condition, I created new uVision project with default settings and compiled the following code: bit bit1, bit2 = 1; int i; __inline bit getbit(void) { return bit2; } void main(void)...
  • C166 BUG: V4.25 generates incorrect code
    To test the condition, I created new uVision project with default settings and compiled the following code: bit bit1, bit2 = 1; int i; __inline bit getbit(void) { return bit2; } void main(void)...
  • c51 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }
  • c51 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }
  • C51 6.23a Bug?
    Dear Sir: Recently, I use C51 6.23a to compile my program, and I find some problem. typedef UCHAR unsigned char; void WriteXY_StrScaler(UCHAR Attr,UCHAR x,UCHAR y); --> List file as below: ;...