> 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
want double quotes.
This version apparently dosen't support .ascii
I'm using the atmel version 2 assembler.