Mail Archives: djgpp/1998/01/02/22:45:28
From: | Vic <tudor AT cam DOT org>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: .com's--what,why,how
|
Date: | Fri, 02 Jan 1998 22:15:19 -0500
|
Organization: | Communications Accessibles Montreal, Quebec Canada
|
Lines: | 11
|
Message-ID: | <34ADAD47.398B@cam.org>
|
References: | <34ADA1CB DOT 55B18C44 AT compu DOT net>
|
NNTP-Posting-Host: | dynamicppp-239.hip.cam.org
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
QlowN wrote:
> what is the difference between .com and .exe ?
.exe has a stack. It can be any size. It has a data segmen and a code
segment. .com cannot be more than 64k, code and data are in the same
segment.
For any "real" program, use exe . If you need something really simple
and small, use com.
> how do i make one (.com) with djgpp ?
I dunno. I don't think you can tho, since djgpp makes 32 bit exes.
--
--> http://www.cam.org/~tudor <--
- Raw text -