Re: [avr-gcc-list] char to int promotion in bitwise operators

2009-08-20 Thread Francisco Silva
2009/8/20 Andrew Zabolotny : > Hello! > > I've been looking at the compiled .S file for my library and have > noticed that the code is substantially larger than could be because > every my check for bitflags, like in this example: > > -- > #define FLAG_A 0x01 > #define FLAG_B 0x02 >

Re: [avr-gcc-list] BUG? Comparing of words error.

2006-01-18 Thread Francisco Silva
2006/1/18, Flemming Steffensen (sent by Nabble.com) <[EMAIL PROTECTED]>: > Hi, > > This is my first post to this forum. I'm not even sure it's the right place > to post, but I think so. > > I'm trying this with an ATmega8, with a 500Hz oscillator connected at INT0, > using WinAVR (avr-gcc 3.4.3).

Re: [avr-gcc-list] Re: [avr-libc-dev] RFD: more avr-libc API changes

2005-09-09 Thread Francisco Silva
2005/9/9, E. Weddington <[EMAIL PROTECTED]>: > - I do like the idea that Royce has (above) about naming the ISR > function any name. However, I agree with Joerg, in that it would take an > awful lot of effort. Perhaps someday, but not now. mspgcc interrupts are handled that way. Quoting from the