Hitachi H8/300H Series Programming Manual page 31

Table of Contents

Advertisement

Table 1-3 Instructions Classified by Function (cont)
Type
Instruction
Bit-manipulation
BOR
instructions
BIOR
BXOR
BIXOR
BLD
BILD
BST
BIST
Note: * Size refers to the operand size.
B: Byte
Size*
Function
C ∨ (<bit-No.> of <EAd>) → C
B
ORs the carry flag with a specified bit in a general
register or memory operand and stores the result in the
carry flag.
C ∨ [¬ (<bit-No.> of <EAd>)] → C
B
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.
C ⊕ (<bit-No.> of <EAd>) → C
B
Exclusive-ORs the carry flag with a specified bit in a
general register or memory operand and stores the
result in the carry flag.
C ⊕ [¬ (<bit-No.> of <EAd>)] → C
B
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.
(<bit-No.> of <EAd>) → C
B
Transfers a specified bit in a general register or
memory operand to the carry flag.
¬ (<bit-No.> of <EAd>) → C
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.
C → (<bit-No.> of <EAd>)
B
Transfers the carry flag value to a specified bit in a
general register or memory operand.
¬ C → (<bit-No.> of <EAd>)
B
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.
23

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents