| ??? 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. |
| Topic | Author | Date |
| 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 |



