X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Re: Assembly Question: Date: Mon, 11 Feb 2002 20:58:13 CST Organization: Rice University, Houston TX Lines: 5 Message-ID: <3c6884c5.sandmann@clio.rice.edu> References: <000a01c1b296$f2b0dc00$34e2a0c8 AT rjo DOT virtua DOT com DOT br> <3c66fcd7 DOT sandmann AT clio DOT rice DOT edu> <000401c1b360$3cb1c480$34e2a0c8 AT rjo DOT virtua DOT com DOT br> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1013482830 457 128.42.105.3 (12 Feb 2002 03:00:30 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 12 Feb 2002 03:00:30 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > It explains line 16, but not line 15. Because andl $-16,%esp is enough to > align the stack on a 16-byte boundary. See Martin's note. If you enable optimization with -O2 it will do a better job and make more sense.