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: E. Weddington
Subject: Re: [avr-gcc-list] forcing address
Date: Tue, 20 Aug 2002 09:37:58 -0600

On 20 Aug 2002 at 7:55, 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.
> 
> Where could I get a list of the directives for the GCC assembler?
> 

Look here for various online manuals:

http://www.gnu.org/manual/

gas is the assembler
gcc is the compiler / driver
ld is the linker

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



reply via email to

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