Renesas H8/300 Series Programming Manual page 20

Table of Contents

Advertisement

Table 1-7. Bit-Manipulation Instructions (Cont.)
Instruction Size*
B
BXOR
B
BIXOR
B
BLD
B
BILD
B
BST
B
BIST
* Size: Operand size
B: Byte
Function
C ⊕ (<bit-No.> of <EAd>) → C
Exclusive-ORs the C flag with a specified bit in a general register
or memory.
C ⊕ [¬ (<bit-No.> of <EAd>)] → C
Exclusive-ORs the C flag with the inverse of a specified bit in a
general register or memory.
The bit number is specified by 3-bit immediate data.
(<bit-No.> of <EAd>) → C
Copies a specified bit in a general register or memory to the C flag.
¬ (<bit-No.> of <EAd>) → C
Copies the inverse of a specified bit in a general register or
memory to the C flag.
The bit number is specified by 3-bit immediate data.
C → (<bit-No.> of <EAd>)
Copies the C flag to a specified bit in a general register or memory.
¬ C → (<bit-No.> of <EAd>)
Copies the inverse of the C flag to a specified bit in a general
register or memory.
The bit number is specified by 3-bit immediate data.
14

Advertisement

Table of Contents
loading

Table of Contents