Analog Devices ADSP-BF53x Blackfin Reference page 308

Table of Contents

Advertisement

Instruction Overview
Example
jump get_new_sample ;
offsets */
jump (p5) ;
*/
jump (pc + p2) ;
and then a presentation of the absolute values for target */
jump 0x224 ;
address is PC + 0x224, a forward jump */
jump.s 0x224 ;
jump.l 0xFFFACE86 ;
address is PC + 0x1FA CE86, a backwards jump */
Also See
Call,
IF CC JUMP
Special Applications
None
7-4
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
/* assembler resolved target, abstract
/* P5 contains the absolute address of the target
/* P2 relative absolute address of the target
/* offset is positive in 13 bits, so target
/* same as above with jump "short" syntax */
/* offset is negative in 25 bits, so target

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents