MRalwasser
MRalwasser

Reputation: 15953

Creating 16-bit .COM executables files using gcc

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

Upvotes: 0

Views: 869

Answers (1)

user505072
user505072

Reputation: 26

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

Upvotes: 1

Related Questions