Hi,WindowsMPLAB X 2.26XC32-1.34CPU PIC32MX120F032B, but tested with many PIC32MX and PIC32MZ in Simulator, result is the same.NO optimization. (level = 0) New project:#include int a,b,c; int main(void){ a=3; b=4; c = a * b; // -> 0x04 ??????? error..
↧