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.

cla执行语句



我想问下,在cla中,程序运行,一般都是执行三条指令后,才执行运算结果吗

比如

MMOV32 MR0,@_ClatoCpuVar.A

MNOP

MNOP

MNOP

MNOP---是不是程序执行到了这一步后,_ClatoCpuVar.A才能赋值给MR0啊?