/* If r0 = 0x8FFF FFFF and r3 = 0x0000 0001,then the unsigned
operation . . . */
cc = r0 < r3 (iu) ;
/* . . . produces CC = 0, because r0 is treated as a large
unsigned value */
cc = r1 < 0x7 (iu) ;
cc = r2 <= r0 (iu) ;
cc = r3 <= 2 (iu) ;
Also See
Compare
Pointer,
Special Applications
None
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
Control Code Bit Management
Compare
Accumulator,
IF CC
JUMP,
BITTST
11-5
Need help?
Do you have a question about the ADSP-BF53x Blackfin and is the answer not in the manual?