• Como puedo simular la memoria de datos en la version 7.05 ???
    Hola amigos alguien podria ayudarme. Mi problema es que no puedo simular la memoria de Datos en la version 7.05 en las anteriores versiones si podia hacerlo. Acambio tambien puedo responder preguntas...
  • 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(); }
  • Is this a C51 bug?
    struct tag { char a:7; char b:1; }; unsigned char foo(void) { struct tag test; test.b = 1; return test.b; } void main(void) { char dat; if(foo() == 1)// ***foo return 0x80 not 0x01 { dat...
  • C51 Version 6.10a
    What are the differences between v6.10a and v6.03? The release notes, http://www.keil.com/update/_c51/c51v610.txt , only seem to give changes since v6.0. I can't see anything mentioned in c51v610...