Mail Archives: djgpp/1997/09/25/21:30:19
Andrew Crabtree <andrewc AT rosemail DOT rose DOT hp DOT com> 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)
- Raw text -