Re: linker




"sammy deroy" <sammyderoy@xxxxxxxxxxxx> wrote in message
news:468cfeb9$0$90266$14726298@xxxxxxxxxxxxxxxxxx

: I'd like to write a linker for my compiler, but I can't
do.
: somebody known when can I find a code source for a simple
linker?

There is ALINK, written in C:
http://alink.sourceforge.net/


There is also one coming with CC386 from Ladsoft.
http://members.tripod.com/~ladsoft/cc386.htm

David Lindaver converted the 16 bits VALX linker
to a 32 bits version.

And, another one at:
http://www.fim.uni-linz.ac.at/pow/Download.htm


Another 16 bits linker, from Devore Soft:
http://www.devoresoftware.com/freesource/wlsrc.htm


ALINK is the simpler (i think).


John Levine, moderator of the newsgroup comp.compilers, has an online
textbook covering linking:

Linkers and Loaders - by John Levine
http://www.iecc.com/linker/


Rod Pemberton

.



Relevant Pages

  • Re: linker
    ... David Lindaver converted the 16 bits VALX linker ... ALINK is the simpler. ... I try to modify alink because I'd like to use ... I modify a compiler lcc that use 32register and 32bit into a compiler ...
    (comp.compilers.lcc)
  • Re: Sorta announce - Nasm 0.98.39 sorta available
    ... last is a Microsoft linker. ... I don't have Alink but have the other two. ... hutch at movsd dot com ...
    (alt.lang.asm)
  • Re: linker
    ... I'd like to write a linker for my compiler, ... somebody known when can I find a code source for a simple ... ALINK is the simpler. ...
    (comp.compilers.lcc)