Re: [cc65] assembly subroutine return value

From: Groepaz <groepaz1gmx.net>
Date: 2004-07-29 19:16:03
On Thursday 29 July 2004 18:50, Shawn Jefferson wrote:

> Aren't all local variables put on the stack?

only if they are of type "auto" (which is the implicit type) -
for example "static" variables are in the bss or data section
even if they are local (because they must be preserved in
between function calls)

gpz
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jul 29 19:16:56 2004

This archive was generated by hypermail 2.1.8 : 2004-07-29 19:17:05 CEST