From: mitch AT duzen DOT com DOT tr Message-Id: <199802120648.IAA05837@ankara.duzen.com.tr> To: "Bruce Merry (the Almighty Cheese)" Date: Thu, 12 Feb 1998 08:50:20 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Debugging inline asm? CC: djgpp AT delorie DOT com In-reply-to: <34E1EA49.1F3FEC4E@iafrica.com> Precedence: bulk On 11 Feb 98 at 20:13, Bruce Merry (the Almighty Che wrote: > I've been trying to optimise my DJGPP program by using inline asm inside > the most used loop (where the program spends about 80-90% of its time), > but needless to say it is impossible to write perfect asm code the first > time. So I need a debugger that will allow me to go 1 assembly > instruction at a time and check the registers and FP stack and so on as > I go. > > Anyone know of a (386) debugger that works with DJGPP programs / a way > to allow gdb to do this? > RHide has a "Disassembly" window under the Debug menu with a Borland Turbo Debugger-like appearance. Your code is on the left side of the window, and the entire list of registers appears on the right. Registers changed by a single step appear highlighted. Mitch Halloran Research (Bio)chemist Duzen Laboratories Group Ankara TURKEY mitch AT duzen DOT com DOT tr other job title: Sequoia's (dob 12-20-95) daddy