C51 Compiler - binary number declaration

How do I declare a "binary" variable ?

i.e. for hex is 0xABCD it compiles fine

but for binary 0b101010 it does not work <-- ??

any suggestions will be appreciated

Thank you

Fausto