Hitachi H8/300L Series Programming Manual page 21

Hide thumbs Also See for H8/300L Series:
Table of Contents

Advertisement

Table 1-7.
Branching Instructions
Instruction
Size
Function
Bcc
--
Branches if condition cc is true. The branching conditions are as follows.
Mnemonic
BRA (BT)
BRN (BF)
BHI
BLS
BCC (BHS)
BCS (BLO)
BNE
BEQ
BVC
BVS
BPL
BMI
BGE
BLT
BGT
BLE
JMP
--
Branches unconditionally to a specified address.
BSR
--
Branches to a subroutine at a specified displacement from the current
address.
JSR
--
Branches to a subroutine at a specified address.
RTS
--
Returns from a subroutine.
Description
Condition
Always (True)
Always
Never (False)
Never
C ∨ Z = 0
High
C ∨ Z = 1
Low or Same
Carry Clear (High
C = 0
or Same)
Carry Set (Low)
C = 1
Not Equal
Z = 0
Equal
Z = 1
Overflow Clear
V = 0
Overflow Set
V = 1
Plus
N = 0
Minus
N = 1
N ⊕ V = 0
Greater or Equal
N ⊕ V = 1
Less Than
Z ∨ (N ⊕ V) = 0
Greater Than
Z ∨ (N ⊕ V) = 1
Less or Equal
15

Advertisement

Table of Contents
loading

Table of Contents