Renesas M32R-FPU Instrukcja Użytkownika Strona 64

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 194
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 63
3
3-26
M32R-FPU Software Manual (Rev.1.01)
BRABRA
branch instruction
Branch
[Mnemonic]
(1) BRA pcdisp8
(2)
BRA pcdisp24
[Function]
Branch
(1) PC = ( PC & 0xfffffffc ) + ( ( ( signed char ) pcdisp8 ) << 2 );
(2) PC = ( PC & 0xfffffffc ) + ( sign_extend ( pcdisp24 ) << 2 );
where
#define sign_extend(x) ( ( ( signed ) ( (x)<< 8 ) ) >>8 )
[Description]
BRA causes an unconditional branch to the address specified by the label.
There are two instruction formats; this allows software, such as an assembler, to decide on the
better format.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
11111111
11110111
BRA pcdisp24
BRA pcdisp8
pcdisp8
pcdisp24
INSTRUCTIONS
3.2 Instruction description
Przeglądanie stron 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 193 194

Komentarze do niniejszej Instrukcji

Brak uwag