Skip to content

Latest commit

 

History

History
18 lines (5 loc) · 284 Bytes

File metadata and controls

18 lines (5 loc) · 284 Bytes

Question 8

What is the purpose of stack pointer?

Answer

rsp register hold the absolute address of the last element in stack, its top element. Performing some instructions such as call, push, pop changes its value implicitly.

prev +++ next