• 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: ;...
  • 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: ;...
  • Bug in C51 V620c ?
    1. When I update my version of C51 Keil in version 6.20c , I tried to compile an old project. The Ohx51(V1.21j) create a hex file with 0 bytes lenght. When I try with V1.21c (included in V6.14) the...
  • C51 V6.12 BUG Report !
    C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?
  • new c51 V620c BUG
    When I use the new update C51 compiler C51 v620c to translate the following file with SRC directive, the result seems not correct,would keil surport please check it. #pragma SRC unsigned int ui_MixedParms...