Hi, >There is a bug in cc65 that causes it to allocate space on the stack even if >locals should be made static. is this bug releated to the problem that: int test(int in) { static int val = in*2; return val; } does not compile? (constant expression expected) Beside this, can you give me a hint on the issue I posted on 2007-07-08 21:13:34 (ca65: Problem with generic labels...)??? TIA chrisker ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.8 : 2007-08-21 13:04:16 CEST