Renesas H8S/2111B User Manual
Page 70

Rev. 1.00, 05/04, page 36 of 544
Table 2.7
Bit Manipulation Instructions (2)
Instruction Size
*
Function
BXOR B
C
⊕ (
Logically exclusive-ORs the carry flag with a specified bit in a general
register or memory operand and stores the result in the carry flag.
BIXOR B
C
⊕ ∼ (
Logically exclusive-ORs the carry flag with the inverse of a specified
bit in a general register or memory operand and stores the result in
the carry flag.
The bit number is specified by 3-bit immediate data.
BLD
B
(
→ C
Transfers a specified bit in a general register or memory operand to
the carry flag.
BILD B
∼ (
Transfers the inverse of a specified bit in a general register or
memory operand to the carry flag.
The bit number is specified by 3-bit immediate data.
BST B C
→ (
Transfers the carry flag value to a specified bit in a general register
or memory operand.
BIST B
∼ C → (
Transfers the inverse of the carry flag value to a specified bit in a
general register or memory operand.
The bit number is specified by 3-bit immediate data.
Note: * Size refers to the operand size.
B: Byte