English
Language : 

HD6413007F20 Datasheet, PDF (69/798 Pages) Renesas Technology Corp – Hardware Manual Renesas 16-Bit Single-Chip Microcomputer H8 Family/H8/300H Series
2. CPU
Table 2.8 Branching Instructions
Instruction Size
Bcc
⎯
Function
Branches to a specified address if address specified condition is met. The
branching conditions are listed below.
Mnemonic
Description
Condition
BRA (BT)
Always (true)
Always
BRN (BF)
Never (false)
Never
BHI
High
C∨Z=0
BLS
Low or same
C∨Z=1
Bcc (BHS)
Carry clear (high or same) C = 0
BCS (BLO)
Carry set (low)
C=1
BNE
Not equal
Z=0
BEQ
Equal
Z=1
BVC
Overflow clear
V=0
BVS
Overflow set
V=1
BPL
Plus
N=0
BMI
Minus
N=1
BGE
Greater or equal
N⊕V=0
BLT
Less than
N⊕V=1
BGT
Greater than
Z ∨ (N ⊕ V) = 0
BLE
Less or equal
Z ∨ (N ⊕ V) = 1
JMP
BSR
JSR
RTS
⎯
Branches unconditionally to a specified address
⎯
Branches to a subroutine at a specified address
⎯
Branches to a subroutine at a specified address
⎯
Returns from a subroutine
Rev.5.00 Sep. 12, 2007 Page 39 of 764
REJ09B0396-0500