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: Daniel Kruszyna
Subject: Re: [avr-gcc-list] avr-as and the dot "."
Date: Tue, 22 Apr 2003 11:10:41 -0400
User-agent: Mutt/1.4.1i

Joerg Wunsch wrote:
> > 
> > .word link
> > .set link,.-2
> 
> Why not
> 
>       .word   . - 2
> 
> ?

I want the link to point to the header of the
previous definition (basically subroutine),
which is not a fixed distance away.

My idea was to set the link symbol to the location of
the current header, and then use it when I define the
next header.  But I was counting on link being able
to have more than one value, like a variable.

-- Daniel



reply via email to

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