Freescale Semiconductor SC140 Bitwise Exclusive or Dalu, Eor d4,d5, Da ⊕ Dn → Dn, EOR Da,Dn

Models: SC140

1 760
Download 760 pages 48.94 Kb
Page 479
Image 479

EOR

EOR

Bitwise Exclusive OR (DALU)

Operation

Assembler Syntax

Da ⊕ Dn → Dn

EOR Da,Dn

EOR

Description

EOR Da,Dn

Performs a bitwise exclusive OR between two data registers (Da and Dn) and stores the result in a destination data register (Dn).

Status and Conditions that Affect Instruction

None.

Status and Conditions Changed by Instruction

Register Address

Bit Name

Description

Ln

L

Clears the Ln bit in the destination register.

Example

eor d4,d5

Register/Memory Address

D4

L5:D5

Before

$FF FFFF FFFB

$0:$00 0000 0003

After

$0:$FF FFFF FFF8

B

1011

⊕3

0011

8

1000

SC140 DSP Core Reference Manual

A-165

Page 479
Image 479
Freescale Semiconductor SC140 specifications Bitwise Exclusive or Dalu, Eor d4,d5, Da ⊕ Dn → Dn, EOR Da,Dn