>>>> "Chuck" == Chuck Guzis
<cclist at sydex.com> writes:
Chuck> On 17 Apr 2009 at 14:01, Paul Koning wrote:
> There is... since GCC supports AVR and GCC outputs
assembler, so
> there has to be an assembler to back it up.
Chuck> The weakness of all the PIC and AVR assemblers that I've seen
Chuck> is the seeming need to conform to the manufacturer's toolset.
Chuck> This seems to result in implementations with screwy syntax and
Chuck> anemic macro facilities.
Have you logged at GNU "as"? It has fairly reasonable macro
machinery, and that's common, not target specific as far as I
remember. For that matter, so are many other bits of syntax. I don't
see anything in the docs that suggest that the AVR version of gnu as
follows the oddball syntax you complained about.
paul