What is the role of stack in a microprocessor?

后端 未结 10 841
-上瘾入骨i
-上瘾入骨i 2020-12-10 08:34

What is the role of stack in a microprocessor?

10条回答
  •  天涯浪人
    2020-12-10 08:50

    It depends on the microprocessor. Generally its role is keeping local variables and functions' parameters.

    And actually it's not in the microprocessor, it's in the central memory.

提交回复
热议问题