![Renesas H8/300 Series Скачать руководство пользователя страница 59](http://html1.mh-extra.com/html/renesas/h8-300-series/h8-300-series_programming-manual_1440053059.webp)
BIXOR (Bit Invert eXclusive OR)
BIXOR
<Description>
This instruction exclusive-ORs the inverse of a specified bitwith 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.
<Instruction Formats>
* Register direct, register indirect, or absolute addressing.
⊕
Bit No.
Byte data in register or memory
<EAd>*
→
7
0
C
C
#xx:3
Invert
Register direct
BIXOR #xx:3, Rd
7
5
1 IMM
rd
2
Register indirect
BIXOR #xx:3,@Rd
7
C
0 rd
0
7
5
1 IMM
0
6
Absolute address
BIXOR #xx:3,@aa:8
7
E
abs
7
5
1 IMM
0
6
Addressing
mode
Mnem.
Operands
1st byte
Instruction code
No. of
states
2nd byte
3rd byte
4th byte
<Operation>
C
⊕
[¬ (<Bit No.> of <EAd>)]
→
C
<Assembly-Language Format>
BIXOR
#xx:3, <EAd>
<Examples>
BIXOR #1, R4L
BIXOR #2, @R5
BIXOR #3, @H'FF60: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 inverse of the
specified bit.
I
H
N
Z
V
C
—
—
—
— —
— —
↕
53
Содержание H8/300 Series
Страница 2: ...H8 300 Programming Manual...