Dear All
when I use the "RAD ASM" program to compile, assemble and link an ASM file, the comipler and the assembler generate no errors, while the linker generate the following error message:

"Fatal: 16 bit segments not supported in module My_asm_file.asm"
"Make error(s) occured."

my question is:
how can I tell the linker that I use 16 bits as segment address
and how can I force the ROM file to be loaded at a spicific starting address

thanks
Posted on 2004-09-27 05:53:46 by DOKDOK
Hi

You need a 16 bit linker. See the DOS projects that came with RadASM.

Dont know anything about ROM and load adress.

KetilO
Posted on 2004-09-27 07:06:24 by KetilO