David VanHorn wrote: > > > Am I missing something? > > The correct syntax... > > > Felgerkarb. > > > Either > > .equ AppString, 'Par_TX' > > > This gives me error: syntax error, unexpected ',', expecting '=' > > > > or > AppString = 'Par_TX' > > > error: AppString: Unknown instruction or macro > error: syntax error, unexpected '=' > > > Though if you want a string to use with the .ascii directive, you'll > want double quotes. > > This version apparently dosen't support .ascii > I'm using the atmel version 2 assembler. Ah, sorry; I was thinking GNU. Thanks, -- Ned Konz ned@bike-nomad.com http://bike-nomad.com
Message
Re: [AVR-Chat] Every now and then, this assembler really bugs me..
2006-05-18 by Ned Konz