• 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...
  • 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 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }
  • 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...
  • older versions of C51
    I need to install C51 version 8.17a to complete some updates to an old project. Where can I get the installation file?