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