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

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

Re: [avr-gcc-list] ASM Label address problem


From: Clemens Buchacher
Subject: Re: [avr-gcc-list] ASM Label address problem
Date: Sun, 19 Sep 2004 12:01:01 +0200
User-agent: Mutt/1.5.6+20040818i

On Sat, Sep 18, 2004 at 04:41:29PM +1200, Steven Bromley wrote:
>   subi ZL,pm_lo8(-.Last+6)
> 
>   Error: can't resolve `0' {.text section} - `.Last' {.text section}

try this:
subi ZL,pm_lo8(-(.Last-6))


reply via email to

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