From: wemccaug AT prairienet DOT org (Wendy E. McCaughrin) Newsgroups: comp.os.msdos.djgpp Subject: formats accepted by fsdb Lines: 8 Message-ID: Date: Thu, 14 Oct 1999 07:22:02 GMT NNTP-Posting-Host: 192.17.3.4 X-Complaints-To: newsmgr AT prairienet DOT org X-Trace: firefly 939885722 192.17.3.4 (Thu, 14 Oct 1999 02:22:02 CDT) NNTP-Posting-Date: Thu, 14 Oct 1999 02:22:02 CDT Organization: Prairienet -- Your Community Network for East Central Illinois To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What file formats are accepted by the debuggers fsdb and edebug32? I have assembled a nasm program under each of the possible formats and none can be loaded by either utility. E.g., I nasm'd the pro- gram with -f coff and then did: coff2exe on it, but the .exe fail- ed to load. Thanks.