开发者

Does the stack pointer grow up or down?

开发者 https://www.devze.com 2023-01-22 18:32 出处:网络
Does the stack pointer grow up 开发者_开发问答or down? Espacially in Linux/Unix and WindowsIt depends on the platform. On x86 it goes downwards, on ARM processors you can choose.On the x86, it grows t

Does the stack pointer grow up 开发者_开发问答or down? Espacially in Linux/Unix and Windows


It depends on the platform. On x86 it goes downwards, on ARM processors you can choose.


On the x86, it grows towards lower memory addresses.

0

精彩评论

暂无评论...
验证码 换一张
取 消