![Renesas H8/300 Series Скачать руководство пользователя страница 71](http://html1.mh-extra.com/html/renesas/h8-300-series/h8-300-series_programming-manual_1440053071.webp)
BXOR (Bit eXclusive OR)
BXOR
<Description>
This instruction exclusive-ORs a specified bit with the carry flag and places the result in the
carry flag. The specified bit can be located in a general register or memory. The bit number is
specified by 3-bit immediate data. The operation is shown schematically below.
The value of the specified bit is not changed.
*Register direct, register indirect, or absolute addressing.
<Operation>
C
⊕
(<Bit No.> of <EAd>)
→
C
<Assembly-Language Format>
BXOR
#xx:3, <EAd>
<Examples>
BXOR #4, R6H
BXOR #2, @R0
BXOR #1, @H'FFA0:8
<Operand Size>
Byte
<Condition Code>
I: Previous value remains unchanged.
H: Previous value remains unchanged.
N: Previous value remains unchanged.
Z: Previous value remains unchanged.
V: Previous value remains unchanged.
C: Exclusive-ORed with the specified bit.
I
H
N
Z
V
C
—
—
—
— —
— —
↕
Bit No.
Byte data in register or memory
<EAd>*
→
7
0
⊕
C
C
#xx:3
65
Содержание H8/300 Series
Страница 2: ...H8 300 Programming Manual...