使用 gcc 创建 16 位 .COM 可执行文件
有没有办法使用一些 Windows 的 gcc 发行版(例如 MINGW)创建 16 位 .COM 可执行文件
(DOS)?
Is there a way to create 16-bit .COM executables
(DOS) using some gcc distribution for windows (for example MINGW)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 http://www.openwatcom.org 作为编译器。 Watcom 编译器可以创建 *.com 文件。说明在此 pdf http://www.openwatcom.org/ftp/manuals/当前/tools.pdf
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