Method calls, including interrupts, require breakpoint protection first

Realize the subroutine call through the stack operation, first put the content of the PC into the stack for breakpoint protection. When the call returns, the stack operation will be performed, and the protected breakpoint will be sent back

Guess you like

Origin blog.csdn.net/qq_41634872/article/details/110141540