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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/28/01 09:23
Read: times


 
#15230 - RE: Memory & SP
"How much memory SP needs?"

SP is the Stack Pointer register; a single-byte register.

I presume you actually want to know how much Stack space your application will require?

You will have to analyse your code to find the maximum depth of fucntion-call nesting, and allow for interrupts and other PUSH/POP operations.
See Bordyn's link.

List of 4 messages in thread
TopicAuthorDate
Memory & SP            01/01/70 00:00      
RE: Memory & SP            01/01/70 00:00      
RE: Memory & SP            01/01/70 00:00      
RE: Memory & SP            01/01/70 00:00      

Back to Subject List