• what's wrong ? why?
    #include "reg51.h" main() { bit k; k = ACC^7; //this instruction is right . ACC^7 = 1; // this instruction is wrong! why? } thank you !
  • what's wrong ? why?
    #include "reg51.h" main() { bit k; k = ACC^7; //this instruction is right . ACC^7 = 1; // this instruction is wrong! why? } thank you !
  • can't find what's wrong
    Maybe someone can help me out. I thought I solved the problem, but something else seems to be wrong. I have a project using a 87C51RA+ using only on chip Ram and Rom. I have three _at_ definitions pointing...
  • what is wrong here
    ive got this code and some works but this is the problem tryagin: if ( *var1 == 22 && *var2 == 75 ) goto end; goto tryagin; what is wrong?
  • can't find what's wrong
    Maybe someone can help me out. I thought I solved the problem, but something else seems to be wrong. I have a project using a 87C51RA+ using only on chip Ram and Rom. I have three _at_ definitions pointing...