R0K561668S000BE Renesas Electronics America, R0K561668S000BE Datasheet - Page 85

no-image

R0K561668S000BE

Manufacturer Part Number
R0K561668S000BE
Description
KIT STARTER FOR H8SX/1668
Manufacturer
Renesas Electronics America
Series
H8®r
Type
MCUr
Datasheets

Specifications of R0K561668S000BE

For Use With/related Products
H8SX/1668
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Contents
-
Lead Free Status / Rohs Status
Supplier Unconfirmed
2.2.8
[1] Assembly-Language Format
Bcc disp
(cc: Condition field)
[2] Operation
if condition is true, then
else
[3] Operand Size
[4] Description
If the condition specified in the condition field (cc) is satisfied, a displacement is added to the
program counter (PC) and execution branches to the resulting address. If the condition is not
satisfied, the next instruction is executed. The PC value used in the address calculation is the
starting address of the instruction immediately following the Bcc instruction. The displacement is
a signed 8-bit or 16-bit value. The branch destination address can be located in the range from
−126 to +128 bytes or −32766 to +32768 bytes from the Bcc instruction.
Mnemonic
BRA (BT)
BRN (BF)
BHI
BLS
BCC (BHS)
BCS (BLO)
BNE
BEQ
BVC
BVS
PC + disp → PC
next
Bcc
Meaning
Always (true)
Never (false)
HIgh
Low or Same
Carry Clear (High or Same)
Carry Set (LOw)
Not Equal
EQual
oVerflow Clear
oVerflow Set
cc
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
Condition
True
False
C ∨ Z = 0
C ∨ Z = 1
C = 0
C = 1
Z = 0
Z = 1
V = 0
V = 1
Branch conditionally
Rev. 4.00 Sep. 18, 2008 Page 67 of 914
Section 2 Instruction Descriptions
Signed/Unsigned*
X > Y (unsigned)
X ≤ Y (unsigned)
X ≥ Y (unsigned)
X < Y (unsigned)
X ≠ Y (unsigned or signed)
X = Y (unsigned or signed)
REJ09B0102-0400

Related parts for R0K561668S000BE