3.5.11 Binary constants

SDCC supports the use of C23 binary constants, such as 0b01100010 when the compiler is invoked using --std-sdccxx, even when the corresponding --std-cxx, does not. Note: xx is a placeholder for the desired version of the C standard.