在我的中断服务程序ISR中,需要有保存cpu内部所有寄存器(A、B组及csr ier等)和恢复cpu内部所有寄存器的操作,6678有没有这方面的库函数,难道必须要用汇编写吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在我的中断服务程序ISR中,需要有保存cpu内部所有寄存器(A、B组及csr ier等)和恢复cpu内部所有寄存器的操作,6678有没有这方面的库函数,难道必须要用汇编写吗?