Section courante

A propos

Section administrative du site

Assembleur SuperH

BRA

SuperH Branch

Syntaxe

BRA label

Description

Cette instruction permet d'effectuer un branchement inconditionnel à l'adresse spécifié.

Algorithme

MODULE BRA(d) * BRA disp
   SI d ∩ 0800h = 0 ALORS
      disp ← 00000FFFh & (long) d
   SINON
      disp ← FFFFF000h U (long) d
   FIN SI    temp ← PC
   PC ← PC + (disp <lt; 1)
   Delay_Slot(temp + 2)

Mnémonique

Instruction Abstrait Opcode Cycle
BRA label PC ← disp × 2 + PC 1010dddddddddddd 2


Dernière mise à jour : Mardi, le 28 juillet 2015