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

C51 750 compile bug!

volatile unsigned int Wi;

Wi= (0x4000*3)/(0x10);

//The compliler will make Wi = 0xfc00 !!
//The right answere is Wi = 0x0c00!!

0