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
  •  | 
  •  

Question

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?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top