Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "aur" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: inline assembly debugging Date: Sun, 3 May 1998 09:29:33 -0700 Message-ID: <19980503162926.AAC13143@ppp118.cartsys.com> Precedence: bulk At 02:20 5/2/1998 +0200, aur wrote: >I'm using RHIDE under WIN95 with the gcc compiler. Is there a way to >debugging inline assembly line after line waching the registers values? When >I use RHIDE jumps at the end of the _asm_ statement. In GDB you use the `si' and `ni' commands. Can somebody tell what the RHIDE equivalents are? I think there is an RHIDE option to use a GDB command directly (the RHIDE debugger is based on GDB), so I suspect you can use that if all else fails. Nate Eldredge nate AT cartsys DOT com