From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: duane_ellis@franklin.com Cc: insight@sourceware.cygnus.com Subject: Re: How to get insight to display assembly-language? Date: Tue, 26 Sep 2000 09:55:00 -0000 Message-id: <39D0D4ED.D213DD6A@firetalk.com> References: <20000926113624.A32443@visi.com> <200009261643.MAA28406@mercury.franklin.com> X-SW-Source: 2000-q3/msg00320.html Duane Ellis wrote: > > As it stands now, (and I believe this to be the fundimental problem) > the source window is primarally a file viewer for fixed sized > files. Be the file a true "C" source file, or a 'fake-file' of > assembly language that was 'constructed/printed/disassembled' into the > source window. That's about right. When Insight runs, it disassembles from the file -- not the target, which is why you never see any disassembly output when you are in ROM code. This is one of the shortcomings of the system right now. It probably wouldn't be too difficult to hack something in to work, but it would require a lot of testing. If anybody is willing to try hacking at it, I would be elated to provide assistance. Keith