ST10 FAMILY PROGRAMMING MANUAL
56/172
BXOR
Bit Logical XOR
Syntax
BXOR op1,
op2
Operation
(op1) <--
(op1)
⊕
(op2)
Data Types
BIT
Description
Performs a single bit logical EXCLUSIVE OR of the source bit specified by operand op2 with the destina-
tion bit specified by operand op1. The XORed result is then stored in op1.
Flags
Addressing Modes
E
Z
V
C
N
0
NOR
OR
AND
XOR
E
Always cleared.
Z
Contains the logical NOR of the two specified bits.
V
Contains the logical OR of the two specified bits.
C
Contains the logical AND of the two specified bits.
N
Contains the logical XOR of the two specified bits.
Mnemonic
Format
Bytes
BXOR bitaddr
Z.z
, bitaddr
Q.q
7A QQ ZZ qz
4
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...