• Multiple HEX output file
    Hi,Sir! I want to get multiple hex file, for example, a boot section is a standlone hex file, other user code is another hex file? how to set up in UV4?
  • printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.
  • LX51 and Disassembly Output File
    I recently upgraded from DK51 to PK51, one of the big reasons was the new 'disassembly output file' option. However, I can't for the life of me figure out how to get this to work when using ONLY assembler...
  • Condition compile output files
    Hi there, Is there a way to have the Keil IDE output different hex and map filenames based on some conditional #if defined(x) like in conditional compilations? Thanks
  • Output File size ?
    Hi All! Any idea why: #include <stdio.h> void main (void) { printf("A"); } after compeling I'v got 1017 bytes ? It's a half of my a89c2051 memory :-) Any ideas ?