Freescale Semiconductor SC140 specifications Branch AGU, PC + displacement → PC, BRA label

Models: SC140

1 760
Download 760 pages 48.94 Kb
Page 413
Image 413

BRA

BRA

Branch (AGU)

Operation

Assembler Syntax

PC + displacement → PC

BRA <label

 

BRA >label

BRA

Description

BRA >label

BRA <label

Causes program execution to continue at location PC + displacement. The displacement, calculated by the assembler and linker, is a two’s complement integer that represents the relative distance from the current PC to the destination label. The assembler determines if the PC relative displacement is a short branch (<label [–210≤ displacement < 210, W]) or a long branch (>label [–220≤ displacement < –210, W and 210 ≤ displacement < 220, W]).

Status and Conditions that Affect Instruction

None.

Status and Conditions Changed by Instruction

None.

SC140 DSP Core Reference Manual

A-99

Page 413
Image 413
Freescale Semiconductor SC140 specifications Branch AGU, PC + displacement → PC, BRA label