Skip to content

Latest commit

 

History

History
15 lines (5 loc) · 200 Bytes

File metadata and controls

15 lines (5 loc) · 200 Bytes

Question 107

What is the purpose of interrupt stack tables?

Answer

To provide good, well-formed stacks for interrupt handlers. This can be more robust.

prev +++ next