Date: Wed, 12 Feb 1997 08:48:57 +0200 (IST) From: Eli Zaretskii To: Tom Mulgrew cc: djgpp AT delorie DOT com Subject: Re: Assembly language and mode 13h In-Reply-To: <5dpf6k$ede@newsource.ihug.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Feb 1997, Tom Mulgrew wrote: > GDB (ala RHIDE) treats inline ASM as one instruction You should use the assembly-oriented commands of GDB (stepi, nexti, disassemble etc.) instead of source-oriented ones (step, next, list etc.) when debugging assembly code. Did you do that? > and FSDB doesn't like the > graphics mode switching (although my version is a year old so perhaps this has > been changed?) The DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) includes in section 12.5 a pointer to a modified version of FSDB which reportedly supports graphics programs.