> GCC 3.4.3 must work for > > foo = 0b11110000; > OR > foo = 0B11110000; > > Are you getting compilation errors? > > Nayani
Hi Nayani, Yes, I get a compiler error in both cases. About foo = 0b1111000; or foo = 0B11110000; it says : main.c:92:9: invalid suffix "b11110000" on integer constant ...and about foo = b11110000; it says: main.c:92: error: `b11110000' undeclared (first use in this function) Regards, -- Vince _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list