• A bug in C51?
    Hi, I encountered the following phenomena during my work: I dont know if its supposed to be this way but I'm sure it made me a lot of trouble. I had a working program and I built a bootloader for...
  • c51 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }
  • C51: Is this a compiler bug ?
    ... or a misunderstanding on my part ? From string "\x0CTUV", the compiler generates 0x0C 0x55 0x56 0x57 0x00 From string "\x0CABC", the compiler generates 0xCA 0x42 0x43 0x00 ... rather than...
  • A bug in C51 code generation
    I think Keil C51 version 8 has a bug in the code generation. The following source shows the bug: typedef unsigned char BYTE; typedef unsigned short WORD; #define FIXED_VAULE 64 #define MAKEWORD...
  • Bug in C51 V620c ?
    1. When I update my version of C51 Keil in version 6.20c , I tried to compile an old project. The Ohx51(V1.21j) create a hex file with 0 bytes lenght. When I try with V1.21c (included in V6.14) the...