--- In AVR-Chat@yahoogroups.com, "Gert Mueller" <gert-mueller@g...> wrote: > Hi all, > > I'm new on this board - so my question may have > been addressed already - sorry if that's the case... > > I just have migrated from AVR Studio 4.07 to 4.10 > and in a program that assembled allright in Studio 4.07 > now in 4.10 the code line > > cpi AL,'#' > > ends up in the error message: Garbage at end of line. > However, when I rewrite that line to > > cpi AL,35 ; 35 is the ASCII value of '#' > > the assembler has no complaints. Looks like a bug to me. It was OK in the 4.09 version, so I upgraded to 4.10, and got the same error as you did. You ought to notify Atmel. Leon
Message
Re: AVR Studio 4.10 - Mysterious Error Message
2004-12-02 by leon_heller