Rev. 1.50, 10/04, page 220 of 448
Example:
SETT ;Normally T = 1
BF/S TRGET_F ;T = 1, so branch is not taken.
NOP ;
BT/S TRGET_T ;T = 1, so branch to TRGET_T.
ADD R0,R1 ;Executed before branch.
NOP ;
TRGET_T: ;← BT/S instruction branch destination
Possible Exceptions:
• Slot illegal instruction exception