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

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

Re: [avr-gcc-list] forcing address


From: Christian Troedhandl
Subject: Re: [avr-gcc-list] forcing address
Date: Tue, 20 Aug 2002 19:23:38 +0200 (METDST)

On Tue, 20 Aug 2002, Marlin Unruh wrote:

> Hi J"org,
>
> Ten years ago I wrote some assembly language for the Motorola
> MC68HC11 and we are still selling that product. But anyway, it must
> have been an absolute assembler.  The code was passed thru a
> linker. Using the org "origin" directive the code was placed where
> you wanted it. I thought maybe the compiler had way to pass info to
> the linker, and the linker would pack the code and place it at a given
> location. But, I understand what you are saying.  It is as it is.
There is no "org" directive in GNU assembler.
However, you could define a special section by changing the standard
linker script and place your lookup table in this section.

Christian Troedhandl

avr-gcc-list at http://avr1.org



reply via email to

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