• Is it a compiler bug??
    unsigned int Begin; ... Begin=*(U16 CODE *)Begin; ... ;---- Variable 'Begin' assigned to Register 'DPTR' ---- 002C 8F82 MOV DPL,R7 002E F583 MOV DPH,A ; SOURCE LINE # 82 0030 E4 CLR A 0031 93 MOVC...
  • Bug Reporting
    Is there a defined channel to report abug via EMail or Newsgroup?
  • A bug report
    keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤...
  • Percent symbol and sprintf() (BUG?)
    How do I print a percent sign with sprintf()?. I want to do something like this: sprintf(buf, "Value: %3d%%", value); According to ANSI C this should give "Value: 98%" or the like. But it seems...
  • serious bug in uV3 editor
    A character with the value of zero is appened to the end of the editor file, so the RealView compiler give an error message: Invalid character in input line. This does not always occur, but very often...