cvs.gedasymbols.org/archives/browse.cgi | search |
Date: | Thu, 18 Nov 1999 08:39:04 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Jeff Williams <jeffw AT darwin DOT sfbr DOT org> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: debugging 16-bit code |
In-Reply-To: | <199911171522.JAA08216@darwin.sfbr.org> |
Message-ID: | <Pine.SUN.3.91.991118083843.25299H-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |