English
Language : 

HD64F3437TF16 Datasheet, PDF (73/752 Pages) Hitachi Semiconductor – 12 V must not be applied to the S-mask model (single-power-supply specification), as this may permanently damage the device.
2.5.6 Branching Instructions
Table 2.9 describes the branching instructions. Figure 2.8 shows their object code formats.
Table 2.9 Branching Instructions
Instruction
Bcc
Size
—
Function
Branches if condition cc is true.
Mnemonic cc field
Description
BRA (BT)
BRN (BF)
0000
0001
Always (true)
Never (false)
BHI
BLS
BCC (BHS)
0010
0011
0100
BCS (BLO)
BNE
0101
0110
High
Low or same
Carry clear
(High or same)
Carry set (low)
Not equal
BEQ
BVC
BVS
0111
1000
1001
Equal
Overflow clear
Overflow set
BPL
BMI
BGE
1010
1011
1100
Plus
Minus
Greater or equal
BLT
BGT
BLE
1101
1110
1111
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
JMP
JSR
BSR
RTS
—
Branches unconditionally to a specified address.
—
Branches to a subroutine at a specified address.
—
Branches to a subroutine at a specified displacement from the
current address.
—
Returns from a subroutine.
44