Date: Thu, 18 Nov 1999 08:39:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: debugging 16-bit code In-Reply-To: <199911171522.JAA08216@darwin.sfbr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Nov 1999, Jeff Williams wrote: > Can I use any of the djgpp debuggers to debug 16-bit code? No, DJGPP debuggers can only load and run DJGPP programs. So they cannot load 16-bit programs, and cannot even access their code, because doing so requires to know how registers like CS and DS are set up in real mode. > I gave it a try last night with fsdb and edebug32, but they each > complained about the executable's format and wouldn't load it. As expected.