TI论坛
直播中

刘燕

7年用户 1327经验值
私信 关注
[问答]

请问TMS320F2812汇编指令CMP64 ACC:P具体是什么意思有什么作用呢?

The 64-bit content of the combined ACC:P registers is compared against
zero and the flags are set appropriately:
if((V = 1) & (ACC(bit 31) = 1))
N = 0;
else
N = 1;
if((V = 1) & (ACC(bit 31) = 0))
N = 1;
else
N = 0;
if(ACC:P = 0x8000 0000 0000 0000)
Z = 1;
else
Z = 0;
V = 0;
Note: This operation should be used as follows:
CMP64 ACC:P ; Clear V flag
perform 64-bit operation
CMP64 ACC:P ; Set Z,N flags, V=0
conditionally branch

回帖(2)

胡红枚

2018-10-15 14:45:07
请参考这里的介绍
http://www.docin.com/p-592922629.html
举报

刘燕

2018-10-15 14:52:10
引用: oiewjrj 发表于 2018-10-15 10:49
请参考这里的介绍
http://www.docin.com/p-592922629.html

你好!麻烦再问你一个问题哈!我现在是两块F2812通过Mcbsp进行传数,可不可以其中一块DSP的mcbsp初始化发送4个字,然后另一块DSP进入mcbsp接收中断时通过判断接收的字的个数来进入不同的处理函数?比如接收2个字进入函数1,接收4个字进入函数2.望大神指点之!!!!!
举报

更多回帖

发帖
×
20
完善资料,
赚取积分