avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Syntax : how to specifiy a binary constant ?


From: Parthasaradhi Nayani
Subject: Re: [avr-gcc-list] Syntax : how to specifiy a binary constant ?
Date: Thu, 22 Sep 2005 16:26:46 -0700 (PDT)

Hello,

GCC 3.4.3 must work for

foo = 0b11110000;
 OR
foo = 0B11110000;

Are you getting compilation errors?

Nayani


--- Vincent wrote:
 
> I tried for example 
> 
> foo = 0b11110000;
> 
> or 
> 
> foo = b11110000;
> 
> but neither worked...
> 
> 
> I am using gcc-avr 3.4.3 and avr-libc 1.2.3....
> 
> 
> Regards,
> 
> 
> --
> Vince


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]