From: "Fredrik Hellman" Newsgroups: comp.os.msdos.djgpp References: <3A5A150E DOT E6EE5A6 AT telia DOT com> <200101081952 DOT OAA05184 AT envy DOT delorie DOT com> Subject: SV: Strange function addresses Lines: 18 Organization: Freli X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <7wp66.4146$AH6.726095@newsc.telia.net> Date: Mon, 08 Jan 2001 20:35:15 GMT NNTP-Posting-Host: 62.20.145.143 X-Complaints-To: abuse AT telia DOT com X-Trace: newsc.telia.net 978986115 62.20.145.143 (Mon, 08 Jan 2001 21:35:15 CET) NNTP-Posting-Date: Mon, 08 Jan 2001 21:35:15 CET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello again. I doesn't really debug the code, but I check the calls. The call doesn't look in another way in 32-bit code than in 16-bit code, or does it? Why is that conditional jump placed before the function? Fredrik Hellman DJ Delorie skrev i diskussionsgruppsmeddelandet:200101081952 DOT OAA05184 AT envy DOT delorie DOT com... > > > You can't debug 32-bit programs with a 16-bit debugger. Use one of > > DJGPP's debuggers, like gdb, rhgdb, or edebug. > > Oh, and use "objdump -d foo.exe" to see what your program *really* > looks like.