Message-Id: <3.0.16.19980103111403.2bb7e3dc@hem1.passagen.se> Date: Sat, 03 Jan 1998 13:51:18 -0500 To: QlowN From: Peter Palotas Subject: Re: .com's--what,why,how Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk At 20.26 1998-01-02 -0600, you wrote: >what is the difference between .com and .exe ? >why would it be preferable to use one over the other? >how do i make one (.com) with djgpp ? A .COM file can only have 64K of data+code, since it's all locate in one segment, and the code always starts at offset 0x100. DJGPP cannot produce .COM files, and in almost every case .EXE is to prefer over .COM! -- Peter Palotas alias Blizzar -- blizzar AT hem1 DOT passagen DOT se -- ***************************************************** * A brief description of DJGPP: * * NEVER BEFORE HAS SO FEW DONE SO MUCH FOR SO MANY! * *****************************************************