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.

MDEBUGSTOP1指令如何使用

你好,

        我在使用280049C的CLA ,当我使用MDEBUGSTOP1这条指令调试时,提示无效助记符,请问是什么原因?

  • 您是否有使用在调用该语句之前令CLA_DEBUG == 1?

    另外需要注意

    The MDEBUGSTOP1 instruction cannot be placed 3 instructions before or after a MBCNDD, MCCNDD or MRCNDD instruction.

    MDEBUGSTOP1 指令作为 MDEBUGSTOP 的升级,可以用作软件断点,直接冲掉流水线,在执行到语句时直接读取结果。
  • 你好,

     我在使用前有用 CLA_DEBUG .set 1,MDEBUGSTOP 指令可以正常使用。

    我加不加CLA_DEBUG .set 1    ,MDEBUGSTOP1均提示指令无效。这条指令要如何使用?需要什么条件?