Compare Pointer - Analog Devices ADSP-BF53x Blackfin Reference

Table of Contents

Advertisement

/* 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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents