Hi, How to represent a binary number in C51? I wrote, for example, 11110000b but the C51 don't agree! Please, answer me. Thank you. Hoang Kong Kong. Ha Noi-Viet Nam.
In standard 'C' you can't do this. You have a choice of hex, octal or decimal. I'm not aware of Keil having a language extension to do this. Stefan