Table 2.8 Branch Instructions - Hitachi H8S/2628 Hardware Manual

H8s/2628 series 16-bit single-chip microcomputer
Table of Contents

Advertisement

Table 2.8
Branch Instructions
Instruction
Size
Bcc
JMP
BSR
JSR
RTS
Rev. 1.0, 09/02, page 34 of 568
Function
Branches to a specified address if a specified condition is true. The
branching conditions are listed below.
Mnemonic
Description
BRA(BT)
Always (true)
BRN(BF)
Never (false)
BHI
High
BLS
Low or same
BCC(BHS)
Carry clear
(high or same)
BCS(BLO)
Carry set (low)
BNE
Not equal
BEQ
Equal
BVC
Overflow clear
BVS
Overflow set
BPL
Plus
BMI
Minus
BGE
Greater or equal
BLT
Less than
BGT
Greater than
BLE
Less or equal
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
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:

Hd64f2628Hd6432628H8s/2627Hd6432627

Table of Contents