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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

10,845 Views
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 Kudos
1 Reply

1,489 Views
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 Kudos