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
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
Hi
You need a 16 bit linker. See the DOS projects that came with RadASM.
Dont know anything about ROM and load adress.
KetilO
You need a 16 bit linker. See the DOS projects that came with RadASM.
Dont know anything about ROM and load adress.
KetilO