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