Date: Mon, 8 Mar 1999 10:56:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: Getting cr2 in exception handler In-Reply-To: <36E330B3.50D22056@cartsys.com> 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 Sun, 7 Mar 1999, Nate Eldredge wrote: > I could, but I'd much rather not bloat my project by writing a > disassembler into it. You should be able to use code written for EDEBUG32 and/or FSDB. But you don't need a full-blown disassembler, only a table where each opcode is associated with the register which holds the offending address.