Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Every now and then, this assembler really bugs me..

2006-05-17 by David VanHorn


> 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.

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.