• UV2 6.12 DEBUG have a bug! Can Keil please debug this bug?
    UV2 6.12 DEBUG have a bug! Can Keil please debug this bug? I use KEIL C51 for BANK switch code. My code is large 190K. And I have make the AGSI simulate function with keyboard and LCD simulate...
  • UV2 6.12 DEBUG have a bug! Can Keil please debug this bug?
    UV2 6.12 DEBUG have a bug! Can Keil please debug this bug? I use KEIL C51 for BANK switch code. My code is large 190K. And I have make the AGSI simulate function with keyboard and LCD simulate...
  • Is this a BUG??
    121: void Uart_Receive_Data(void) ----> interrupt route(USING 1) called fun 122: { 123: Tinbuf[Tiend++ & (ILEN-1)] = UartBuf_R; 124: C:0x0212 7818 MOV R0,#UartBuf_R(0x18) C:0x0214 E6 MOV...
  • Is this an BUG?
    unsigned char far ff1 _at_ 0x010001; unsigned char far ff2 _at_ 0x020001; unsigned char far ff3 _at_ 0x030001; void main () { ff1 = 0x20; ff2 = 0x30; ff3 = 0x40; } Code Optimization: level...
  • Is this a BUG?
    In C51 v8.01 Compiler void Fnc(BYTE * pT, WORD Dat, BYTE x, BYTE y) { BYTE Asc[6]; BYTE * pSource = Asc + 5 - (x + y); ..... } I got wrong "pSource", but it is OK in v7.50 I changed it to ...