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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/28/06 12:06
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#123192 - notation
Responding to: ???'s previous message
I'm sorry, but it looks to me exactly as it looks to you. It seems that your code (which is to say the automatically generated code) is reserving a single byte of STACK space in the indirectly addressable memory space.

The Keil startup.a51 ALWAYS place the stack at the end of 'used' memory. It would probably be clearer if they made it
         RSEG    ?STACK
                DS      0
this is only establishing a pointer and thus the size is totally irrelevant, the stack start here and goes to end of memory.

Erik


List of 13 messages in thread
TopicAuthorDate
What does this mean?            01/01/70 00:00      
   Not Equal To            01/01/70 00:00      
      Not Equal to            01/01/70 00:00      
   Manual.            01/01/70 00:00      
      Not Equal to            01/01/70 00:00      
   SP and STACK            01/01/70 00:00      
   Stack            01/01/70 00:00      
      Sorry            01/01/70 00:00      
         Stack of names and STACK            01/01/70 00:00      
         notation            01/01/70 00:00      
            Stack            01/01/70 00:00      
               yes and no and no            01/01/70 00:00      
                  Stack            01/01/70 00:00      

Back to Subject List