CLA-spruge P97有如下几行代码:
MUI16TOF32 MR0 @_len
MNOP
MNOP
MMOV32 MR1, *MAR1[2]++
请教几个问题,问题1;MUI16TOF32 MR0 @_len 与MMOV32 MR1, *MAR1[2]++之间为什么要用两个MNOP指令,问题2:*MAR1[2] 中2是什么意思?是因为DSP数据存储是16位的,这里存放的是32位数据,所以用2?
望高手予以解答,小弟在此谢过。
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-spruge P97有如下几行代码:
MUI16TOF32 MR0 @_len
MNOP
MNOP
MMOV32 MR1, *MAR1[2]++
请教几个问题,问题1;MUI16TOF32 MR0 @_len 与MMOV32 MR1, *MAR1[2]++之间为什么要用两个MNOP指令,问题2:*MAR1[2] 中2是什么意思?是因为DSP数据存储是16位的,这里存放的是32位数据,所以用2?
望高手予以解答,小弟在此谢过。