"Vincent Trouilliez" wrote:

> what is the syntax to specify a binary constant (something like
> say "b000010101" ?). I can't find this information in the avr-libc
> manual, but I swear that 2/3 years ago, Joerg said that this would be
> soon implemented, so 3 years later I am hoping it's available ! :-)

There is a GCC extension that supports binary constants:
http://gcc.gnu.org/onlinedocs/gcc/Binary-constants.html

I have not used it, but I ran across the documentation while looking at
other extensions.

-Preston




_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to