Assembly: compile a COM program
Posted
by Fantomas
on Stack Overflow
See other posts from Stack Overflow
or by Fantomas
Published on 2010-04-21T17:09:07Z
Indexed on
2010/04/21
20:43 UTC
Read the original article
Hit count: 385
Hi! Can COM program be 32 bit?
How can I compile COM program? I have TLINK32 and TASM32.
tasm32 \t alex_7.asm
pause
tlink32 alex_7.obj
pause
td32 main.exe
I ve got following error:
Fatal: 16 bit segments not supported in module alex_7.asm
I have DOSBOX and I'am running Windows 7 x64
I got same when I try to compile my program inside DOSBOX
© Stack Overflow or respective owner