Bxor Bit Xor - Samsung S3C8275X User Manual

8-bit cmos microcontrollers
Table of Contents

Advertisement

S3C8275X/F8275X/C8278X/F8278X/C8274X/F8274X
BXOR
— Bit XOR
BXOR
dst,src.b
BXOR
dst.b,src
dst(0) ← dst(0) XOR src(b)
Operation:
dst(b) ← dst(b) XOR src(0)
The specified bit of the source (or the destination) is logically exclusive-ORed with bit zero (LSB)
of the destination (or source). The result bit is stored in the specified bit of the destination. No
other bits of the destination are affected. The source is unaffected.
Flags:
C: Unaffected.
Z: Set if the result is "0"; cleared otherwise.
S: Cleared to "0".
V: Undefined.
D: Unaffected.
H: Unaffected.
Format:
opc
opc
NOTE: In the second byte of the 3-byte instruction formats, the destination (or source) address is four bits,
Examples:
Given: R1 = 07H (00000111B) and register 01H = 03H (00000011B):
BXOR R1,01H.1
BXOR 01H.2,R1
In the first example, destination working register R1 has the value 07H (00000111B) and source
register 01H has the value 03H (00000011B). The statement "BXOR R1,01H.1" exclusive-ORs
bit one of register 01H (source) with bit zero of R1 (destination). The result bit value is stored in
bit zero of R1, changing its value from 07H to 06H. The value of source register 01H is
unaffected.
or
src
dst | b | 0
dst
src | b | 1
the bit address 'b' is three bits, and the LSB address value is one bit in length.
Bytes
3
3
R1 = 06H, register 01H = 03H
Register 01H = 07H, R1 = 07H
INSTRUCTION SET
Cycles
Opcode
(Hex)
6
27
6
27
Addr Mode
dst
src
r0
Rb
Rb
r0
6-25

Advertisement

Table of Contents
loading

This manual is also suitable for:

F8275xF8274xC8278xC8274xF8278x

Table of Contents