Renesas H8S/2319 series Hardware Manual page 78

Renesas 16-bit single-chip microcomputer
Table of Contents

Advertisement

Type
Instruction
Branch
Bcc
instructions
JMP
BSR
JSR
RTS
Rev. 5.00, 12/03, page 48 of 1088
Size
Function
Branches to a specified relative address if a specified
condition is true. The branching conditions are listed
below.
Mnemonic
BRA(BT)
BRN(BF)
BHI
BLS
BCC(BHS)
BCS(BLO)
BNE
BEQ
BVC
BVS
BPL
BMI
BGE
BLT
BGT
BLE
Branches unconditionally to a specified absolute
address.
Branches to a subroutine at a specified relative address.
Branches to a subroutine at a specified absolute
address.
Returns from a subroutine.
Description
Always (true)
Never (false)
High
Low or same
Carry clear
(high or same)
Carry set (low)
Not equal
Equal
Overflow clear
Overflow set
Plus
Minus
Greater or equal
Less than
Greater than
Less or equal
Condition
Always
Never
C ∨ Z = 0
C ∨ Z = 1
C = 0
C = 1
Z = 0
Z = 1
V = 0
V = 1
N = 0
N = 1
N ⊕ V = 0
N ⊕ V = 1
Z∨(N ⊕ V) = 0
Z∨(N ⊕ V) = 1

Advertisement

Table of Contents
loading

This manual is also suitable for:

H8s/2318 series

Table of Contents