• Useless Moves
    Is there a way to change the DEFINE statement to get rid of the two useless mov(s)? C51 COMPILER V6.02, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\MAIN.OBJ COMPILER INVOKED BY: C:\PROGRAM...
  • useless R7
    bit CheckPacket(void) { unsigned char idata *pBuf = g_UART0Buf; unsigned char len, checksum; if (*pBuf == PACKET_START_ID / 256) { pBuf++; if (*pBuf == PACKET_START_ID % 256) { pBuf++; len...
  • ANSI style prototype
    I have the following error on my simulated program. Error C267 Funcdef Requires ANSI-Style Prototype Summary *** Error C267 Funcdef Requires ANSI-Style Prototype Description A function was...
  • Cannot change font style
    Hi, My Keil version is uv4(9.0.3) and mdk-4.20. I want to change the keywords font style to bold text. But the style menu is diable in the 'Colors and Fonts' tab in dialog 'Configuration'. Just as...
  • About uv3 and Bold style
    The default setting of KEYWORD is Bold style in vu3. but it works incorrect.That is,there's no difference between the normal style and the bold style. why? the version of uv3 is: 3.05c OS: windows2000...