Motorola DSP96002 User Manual page 225

32-bit digital signal processor
Table of Contents

Advertisement

BCLR
Operation:
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
D{n}
C;
0
D{n}
Description:
The nth bit of the destination operand is tested and the state of the nth bit is reflected in the C condition
code bit. After the test, the nth bit is cleared in the destination. All memory alterable addressing modes
may be used. Register, Absolute Short and I/O Short addressing may also be used.
The bit to be tested is selected by an immediate bit number 0-31. This instruction performs a read-modify-
write operation on the destination operand and requires two destination accesses. This instruction pro-
vides a test-and-clear capability which is useful for synchronizing multiple processors using a shared
memory. See Section A.10 for restrictions.
CCR Condition Codes:
For destination operand SR:
C
V
Z
N
I
LR
R
A
MOTOROLA
Bit Test and Clear
- Cleared if bit 0 is specified. Not affected otherwise.
- Cleared if bit 1 is specified. Not affected otherwise.
- Cleared if bit 2 is specified. Not affected otherwise.
- Cleared if bit 3 is specified. Not affected otherwise.
- Cleared if bit 4 is specified. Not affected otherwise.
- Cleared if bit 5 is specified. Not affected otherwise.
- Cleared if bit 6 is specified. Not affected otherwise.
- Cleared if bit 7 is specified. Not affected otherwise.
DSP96002 USER'S MANUAL
Assembler Syntax:
BCLR
#bit,X: ea
BCLR
#bit,X: aa
BCLR
#bit,X: pp
BCLR
#bit,Y: ea
BCLR
#bit,Y: aa
BCLR
#bit,Y: pp
BCLR
#bit,D
BCLR
A - 37

Advertisement

Table of Contents
loading

Table of Contents