assembly instruction of beq/bgt/bge/blt for DSP56300?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

assembly instruction of beq/bgt/bge/blt for DSP56300?

12,019 次查看
XueFeng
Contributor I
I am fresh hand with DSP56300. while reading the DSP56300 user manuals, can not find the description of above instructions, where can I find them?
Also, another question with DSP56300 is: how the cpu deal with float point data? I know the cpu can directly proceed with float point data, but where can I get related information with how it deal with this?
0 项奖励
回复
1 回复

2,663 次查看
leopard86
Contributor II

Got the same problem on a MCF51... compiler uses instructions such as BGE but no explanation seems to be given on the Programmer's manual. 

 

EDIT: all these instructions are referred to as "Bcc", at least on the coldfire v1 Programmers' manual:

BGE = Branch if Greater or Equal

BGT = Branch if Greater Than

etc...

0 项奖励
回复