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

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

Re: [avr-gcc-list] avr-as and the dot "."


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] avr-as and the dot "."
Date: Tue, 22 Apr 2003 10:18:47 +0200 (MET DST)

"Daniel Kruszyna" <address@hidden> wrote:

> I would like each link to point to the header of the previous word.
> I'm currently using the following the create the links:
> 
> .word link
> .set link,.-2

Why not

        .word   . - 2

?
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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