axel_l...@sterlingsihi.de wrote:
I want to change the SFR bits with the SFR_CMD. But the compile reported
many error. What is wrong in my source code?
...
   SFR_CMD(bis.b, IE1, WDTIE);

why do you want to use SFR_CMD? the compiler generates the instruction you want with "IE1 &= ~WDTIE;"

chris


Reply via email to