[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

Top Document: comp.os.msdos.programmer FAQ part 2/5
Previous Document: - What's the difference between .COM and .EXE formats?
Next Document: - Where is EXE2BIN located?


- How do I create a .COM file?



 There are two steps to creating a .COM file. First, your program must
 not have a stack. In C, you must compile your program with the TINY
 memory model. Second, use EXE2BIN or a similar program to convert an EXE
 file to a COM file. To find EXE2BIN see subject: <Q:03.10> [Where is
 EXE2BIN located?]



Top Document: comp.os.msdos.programmer FAQ part 2/5
Previous Document: - What's the difference between .COM and .EXE formats?
Next Document: - Where is EXE2BIN located?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page


[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jeffrey@carlyle.org (Jeffrey Carlyle)

Last Update October 22 2009 @ 05:28 AM

Some parts © 2009 Advameg, Inc.