--- In AVR-Chat@yahoogroups.com, David VanHorn <microbrix@...> wrote: > > lcd_putc(pgm_read_byte_near(&(BootString[i]))); > So this is dangerous? Ah, no. *Without* the & it was "dangerous" in the sense that it wasn't what you meant. That is, it was a "coding error". At some point I will take a look at why the compiler didn't yell at you. Sorry for not being clear. Graham.
Message
Re: WinAVR / GCC question re Stack
2009-03-25 by Graham Davies