Is there a way to create 16-bit .COM executables
(DOS) using some gcc distribution for windows (for example MINGW)?
Asked
Active
Viewed 846 times
0

MRalwasser
- 15,605
- 15
- 101
- 147
-
Don't people normally do this with TurboC? – David Heffernan Feb 11 '11 at 21:48
1 Answers
1
You can try to use http://www.openwatcom.org as Compiler. The Watcom compiler can create *.com files. Instruction are on this pdf http://www.openwatcom.org/ftp/manuals/current/tools.pdf

user505072
- 26
- 1