X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Martin Str|mberg Subject: Re: Hacking long file names from pure DOS Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1020888711.697831@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 08 May 2002 20:11:51 GMT Lines: 27 NNTP-Posting-Date: 08 May 2002 20:11:51 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1020888711 news.luth.se 285 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: : On 8 May 2002 nobody AT delorie DOT com wrote: :> : ebp=00094f08 esp=00094ee8 program=C:\MICKEY.EXE :> : cs: sel=00a7 base=10000000 limit=0009ffff :> : ds: sel=00af base=10000000 limit=0009ffff :> : es: sel=00af base=10000000 limit=0009ffff :> : fs: sel=008f base=0004a740 limit=0000ffff :> : gs: sel=00bf base=00000000 limit=0010ffff :> : ss: sel=00af base=10000000 limit=0009ffff :> : App stack: [00094f60..00014f60] Exceptn stack: [00014eb4..00012f74] :> :> What is this? App stack goes from 00094f60 to 00014f60. Exceptn stack :> from 00014eb4 to 00012f74! Wrap around? : Actually, this is normal: the stack is a push-down stack, so its bottom : is at higher address than its top. That's also the reason why the value : of ESP is below EBP. Yes. And with that reasoning the exception stack grows up. Something is wrong. Right, MartinS