This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 !

0