From: Francesco Marcelloni Newsgroups: comp.os.msdos.djgpp Subject: Help: debugging assembler code Date: Mon, 09 Nov 1998 12:29:36 +0000 Organization: University of Pisa Lines: 11 Message-ID: <3646E030.9C9514E9@iet.unipi.it> NNTP-Posting-Host: francesco.iet.unipi.it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.01 [en] (WinNT; I) X-Priority: 3 (Normal) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to debug an Assembler procedure by using the debugger in RHIDE. When I trace my program, the debugger bypasses the call to the procedure. So, I am not able to debug the procedure effectively. Does anyone know how it is possible to debug the Assembler code? By the way, I cannot use the Disassembler Window for my specific reasons. Francesco