I haven't even looked at the AVR assembler, but some others require the " delimiter for strings and the ' for characters. Try this: .equ AppString = "Par_TX" ;Always 6 char HTH, Jeff Engel Arlington, TX --- Dave VanHorn <microbrix@gmail.com> wrote: > > .cseg > .equ App_Major = '1' ; Set this with every released > build! > .equ App_Minor = '0' ; > .equ App_Min = '0' ; > .equ AppString = 'Par_TX' ;Always 6 char > > I'm getting an error on the last string define. > The fun thing is, I've reordered the strings, and > tried a number of > things, and it keeps erroring with "Undefined > Symbol" on this line, > no matter what I put in the string, length, you name > it. > > > .cseg > .equ AppString = 'Par_TX' ;Always 6 char > .equ App_Major = '1' ; Set this with every released > build! > .equ App_Minor = '0' ; > .equ App_Min = '0' ; > > Still errors on the line with AppString > > > Am I missing something? > > > > > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> > You can search right from your browser? It's easy > and it's free. See how. > http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/dN_tlB/TM > --------------------------------------------------------------------~-> > > > > Yahoo! Groups Links > > > AVR-Chat-unsubscribe@yahoogroups.com > > > > > Happiness is - positive intake manifold pressure. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Message
Re: [AVR-Chat] Every now and then, this assembler really bugs me..
2006-05-17 by Jeffrey Engel
Attachments
- No local attachments were found for this message.