20 ms·
Remember: "The x86 architecture is the weirdo" --Raymond Chen https://devblogs.microsoft.com/oldnewthing/20040914-00/?p=37873 https://devblogs.microsoft.com/o
by rdhatt 5y ago
Remember:
"The x86 architecture is the weirdo" --Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20040914-00/?p=37873 https://devblogs.microsoft.com/oldnewthing/20040914-00/?p=37...
https://devblogs.microsoft.com/oldnewthing/20130320-00/?p=4893 https://devblogs.microsoft.com/oldnewthing/20130320-00/?p=48...
- Narishma 5y agoIn this case, it's not a weirdo, is it? I don't know of any popular ISA with a stack that grows upward.
- anyfoo 5y agoI can't think of any either right now[1], with the exception maybe of very old ISAs where the stack is not in regularly addressable memory at all, and instead fixed depth formed by effectively a bunch of registers. But it might be hard to even define any notion of "upwards" or "downwards" on those. [1] EDIT: This comment mentions PA-RISC: https://news.ycombinator.com/item?id=27079832 https://news.ycombinator.com/item?id=27079832
- userbinator 5y ago8051. Quite a popular microcontroller.