Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/18/04 13:46
Read: times


 
#72721 - RE: Static Local Variable Vs Global Variable
Responding to: ???'s previous message
I dont need the counter to occupy the space also if the error occurs for more than 7 (N) times then I am suppose to report the error and reset the counter again I dont need the counter to occupy the space. .... i.e allocate a space and then free the space when not required?

If you are so tight for space that you can not afford one byte permanent storage for this purpose, you have other problems.
Often, when space get tight, I find a few rarely used variables and move them to idata/xdata.

Erik


List of 10 messages in thread
TopicAuthorDate
Static Local Variable Vs Global Variable            01/01/70 00:00      
   RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
      Not 8051-Specific            01/01/70 00:00      
      RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
         RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
   RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
   RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
      RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
         RE: Static Local Variable Vs Global Variable            01/01/70 00:00      
            RE: Static Local Variable Vs Global Variable            01/01/70 00:00      

Back to Subject List