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.

C66X指令集测试工程

附上C66X指令集测试工程,和指令集手册对应。

C66X.zip
  • 你好Yu Liu,我是新手,对这个工程不是很懂,一头雾水。

    函数入口应该就是下面,_Chk6xTest()这个函数在哪里有相关资料呢?

    这个工程是如何进行指令集测试的,能否简单说下思路。

    void main(void) {

    int ret;

    getCPUinfo();

    ret = _Chk6xTest();

    while(1);

    }