You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description that all 32 registers are pushed onto the stack is inaccurate. In reality, only caller-saved registers are saved. See the kernelvec function code for details.
book-riscv-rev5.pdf
section 4.5, pdf page 48.
The description that all 32 registers are pushed onto the stack is inaccurate. In reality, only caller-saved registers are saved. See the kernelvec function code for details.