avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] avr-gcc is not able to run assembler macros new syntax?


From: rudolph
Subject: [avr-gcc-list] avr-gcc is not able to run assembler macros new syntax?
Date: Mon, 23 Apr 2001 19:34:14 +0200

Hi all,

I have some old macros defined in old assembler files which i compile
with
the avr-gcc -xassembler-with-cpp comand.

In the the new version i got that works no more!

The source:

...

WriteDataByte:  NOP
                RET

#define maintmp r18
.macro send befehl                 <<< macro.s xx: unexpected end of
file in macro definition
        ldi maintmp, \befehl+0x80
        rcall WriteDataByte
        ldi maintmp, \befehl+0x80
        rcall WriteDataByte
.endmacro


There are any syntax changes?


Thank
Klaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]