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.

CPU register 怎么校验啊?

请教一下,CPU的寄存器怎么用C语言操作?

例如:标志寄存器FR,通用寄存器SP(Stack Pointer)等等

还是只能用汇编语言?

TI有没有关于CPU register校验的例程

  • peter,

    对CPU 寄存器我认为应该只能用汇编进行操作,你可以在 C中内嵌汇编代码。另外,关于这方面的例程占时没发现。

    Eric