• 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...
  • 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...
  • 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...
  • 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...
  • c51 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }