Search found 2 matches
- Fri May 06, 2005 10:46 pm
- Forum: Newbie Help Center
- Topic: Doing functions
- Replies: 7
- Views: 6585
Re: Stack Pointer
Ah I was trying to do it in a bottom up fashion: ---------------------------- Empty ---------------------------- <--- Stack pointer 35 ---------------------------- ....... ---------------------------- 8 ---------------------------- <--- offset of one... 96 ---------------------------- <--- Static re...
- Mon May 02, 2005 6:20 pm
- Forum: Newbie Help Center
- Topic: Doing functions
- Replies: 7
- Views: 6585
Stack Pointer
Is there a way to store the stack pointer, push your values and such onto the stack and then access them from your previous reference to the stack pointer? It seems this would be easier than trying to calculate the offsets from the top of the stack as then the reference (in this case not the actual ...