Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
Does the compiler support binary number format ? It is supported with Code Red compiler. In C binary number is defined as 0b1010101. Similar to 0x123ABC for hex number and 0123 for octal. The compiler generate error when binary number is defined.