Andc logical and with complement andc – Motorola DSP96002 User Manual

Page 211

Advertising
background image

MOTOROLA

DSP96002 USER’S MANUAL

A - 23

ANDC

Logical AND with Complement

ANDC

DATA BUS MOVE FIELD

11

0sss

1000

1ddd

31

14 13

0

OPTIONAL EFFECTIVE ADDRESS EXTENSION OR IMMEDIATE LONG DATA

Operation:

D.L & ~S.L

D.L (parallel data bus move)

Assembler Syntax:

ANDC S,D (move syntax - see the MOVE instruc-

tion description.)

Description:

Logically AND the low portion of D with the logical complement of the low portion of S, and store the result

in the low portion of D.

Input Operand(s) Precision: 32-bit integer.

Output Operand Precision: 32-bit integer.

CCR Condition Codes:

C

- Not affected.

V

- Always cleared.

Z

- Set if result is zero. Cleared otherwise.

N

- Set if result is negative. Cleared otherwise.

I

- Not affected.

LR - Not affected.

R - Not affected.

A

- Not affected.

ER Status Bits:

Not affected.

IER Flags:

Not affected.

Instruction Format: AND S,D (move syntax - see the MOVE instruction description.)

Advertising