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 17:13 UTC
Read the original article Hit count: 370

Filed under:
|

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 habe DOSBOX and I'am running Windows 7 x64

© Stack Overflow or respective owner

Related posts about tasm

Related posts about assembler