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

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

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


From: Daniel Kruszyna
Subject: [avr-gcc-list] avr-as and the dot "."
Date: Sat, 19 Apr 2003 19:55:56 -0400
User-agent: Mutt/1.4.1i

Greetings,

Is there a trick to getting the "." location
counter to work in avr-as?  I'm using just the
assembler without the gcc frontend.  Using the
following test file:

$ cat test.s
.word .
.word .
.word .

and assembling it with:

$ avr-as -a=list test.s

gives the following in list:

1 0000 0000          .word .
2 0002 0000          .word .
3 0004 0000          .word .

I've tried both binutils 2.13.2.1 and the
030413 snapshot.  Sorry if I'm missing
something obvious.

-- Daniel



reply via email to

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