From: "M. Schulter" Newsgroups: comp.os.msdos.djgpp Subject: Re: another hello.s -- and thanks! Date: 25 Sep 1997 00:32:23 GMT Organization: Value Net Internetwork Services Inc. Lines: 20 Message-ID: <60cben$680$1@vnetnews.value.net> References: <60ac4v$cf4$1 AT vnetnews DOT value DOT net> <01bcc906$48bf88f0$45111d0f AT ros51675cra> NNTP-Posting-Host: value.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andrew Crabtree wrote: : This is neither a bug or flaw, but since you are programming in assembly : you might as well be efficient. You can avoid all of the addl $4, %esp : after each call and let them build up. Either keep track of how many : you do and and that all once at the end, or perhaps store and restore esp. : Andy Thank you very much for this tip, which sounds like it could mean more compact and efficient programs as well as a bit less typing. Most appreciatively, Margo mschulter AT value DOT net (To reply, please remove any extra . in my default address; the address immediately above is correct)