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: <1021312880.290948@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: 13 May 2002 18:01:20 GMT Lines: 17 NNTP-Posting-Date: 13 May 2002 18:01:20 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1021312880 news.luth.se 288 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: :> : 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. I must be blind. I read it as 00014eb4 < 00012f74. Right, MartinS