[A89] Re: 8/24k size limit


[Prev][Next][Index][Thread]

[A89] Re: 8/24k size limit




Homequit is global, and I do initialize it to 0 in the beginning of the
_main function.  I had run in to that problem before with other globals, so
I knew what I was doing when I added homequit.


----- Original Message -----
From: "Sebastian Reichelt" <SebastianR@gmx.de>
To: <assembly-89@lists.ticalc.org>
Sent: Monday, August 26, 2002 5:06 PM
Subject: [A89] Re: 8/24k size limit


>
> Is homequit a global variable. You know that if you have
>
> int homequit = 0;
>
> it won't be reinitialized at every start, but you have initialize it
> yourself instead.
>
>
>
>




Follow-Ups: References: