• 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 for KEIL C?
    Create a simple project, use 8051 chip; input a simple program void main(void) //1 { //2 char a,b; //3 a=-1; //4 b=a/2; //5 while(1); //6 } build and debug step by step Open watch window...
  • Is this a bug for KEIL C?
    Create a simple project, use 8051 chip; input a simple program void main(void) //1 { //2 char a,b; //3 a=-1; //4 b=a/2; //5 while(1); //6 } build and debug step by step Open watch window...
  • 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...