what are pushed onto the stack and later restored during a function call and an interrupt service routine

StackOverflow https://stackoverflow.com/questions/22162722

  •  19-10-2022
  •  | 
  •  

문제

I know probably this is a very simple and common stuff for a programmer but I just want to know the complete answer.Suppose the OS is Linux.

What I know is the current program counter(the returning address) and some general purpose registers(because it might be used by the new function or ISR). What else?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top