Page 1 of 1

Digital Mars linker

Posted: Fri Aug 06, 2004 1:33 am
by Sc_
Guys, does anyone have experience with Digital Mars linker? ???

With ld it is possible to tell the linker that we want "text" (code segment) address to be at the 1mb memory mark by instruction:

ld main.o -o main.bin --oformat binary -Ttext 0x100000

How I do the same with DigitalMars linker?

Thanks in advance ;)