Does the stack pointer grow up or down? Espacially in Linux/Unix and Windows
Asked
Active
Viewed 638 times
0
-
http://stackoverflow.com/questions/664744/what-is-the-direction-of-stack-growth-in-most-modern-systems – Marek Sapota Jan 27 '11 at 01:01
2 Answers
2
It depends on the platform. On x86 it goes downwards, on ARM processors you can choose.

Federico klez Culloca
- 26,308
- 17
- 56
- 95