[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] How to specifiy binary constants ?
From: |
Vincent Trouilliez |
Subject: |
Re: [avr-gcc-list] How to specifiy binary constants ? |
Date: |
Sun, 4 Jan 2009 06:01:21 +0100 |
Preston Wilson <address@hidden> wrote:
> 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.
Thanks, I just gave it a try, seems to have been implemented in avr-gcc,
"0Bxxxxxxx" appears to compile and work as expected, yeepee... :-)
--
Vince