• locate copyright
    Using c51/a51/bl51 is there a simple way to guarantee that a copyright message will appear in the code memory immediately following the interrupt vectors? in advance, thanks Erik
  • Suppress Banner/Copyright
    Is there any option to suppress the Keil banner and copyright notice for the compilation? This will generate more compact output on command line, to better identify the real warning and error messages...
  • #message
    Hi, Does anyone here ever use #message in other compilers? It is a useful tool for making sure that code with many #ifdef compiles the way you want without adding to the number of warnings. thanks...
  • message of error
    ...because of this message of error, I can't compile the file.c and µVision don't create the file.asm...
  • Warning messages
    I have function with 3 parameters passed in. The same funtion i am calling in other function and passing the 3 parameters but i get a warning message. too few actual parameters. Since the original...