• 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...
  • A bug report
    keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤...
  • Bug Reporting
    Is there a defined channel to report abug via EMail or Newsgroup?
  • This is a bug
    //please compiler this program //why j equ 0 ? #pragma src #prgma OT (8) unsigned char KeyDisBuf[16]; unsigned char Get_Int_Data(unsigned int i) { unsigned char j,k; for (j=15;;j--) ...
  • Is this a bug?
    Hi, all I found there is likely a bug in keil c51's compiler(V6.02, Optimization Level = 8) When compile and link the following program lines: #include <absacc.h> #include <reg52.h> #define...