Digital Mars linker

Programming, for all ages and all languages.
Post Reply
Sc_

Digital Mars linker

Post 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 ;)
Post Reply