Motorola DSP96002 User Manual page 449

32-bit digital signal processor
Table of Contents

Advertisement

MOVE(M)
Operation:
P:<ea>
D
S
P:<ea>
Description:
Move the specified program memory word operand to the specified destination register or move the spec-
ified source register to the specified program memory location. The registers S and D may be any register.
All memory alterable addressing modes may be used.
If the system stack register SSH is specified as a source operand, the system stack pointer SP is postdec-
remented by 1 after SSH is read. If the system stack register SSH is specified as a destination operand,
the system stack pointer SP is preincremented by 1 before SSH is written. This allows the system stack
to be efficiently extended using software stack pointer operations.
See Section A.10 for restrictions that apply to this instruction.
See restrictions in Section A.10.6 concerning Rn, Mn, and Nn registers as a
destination.
CCR Condition Codes:
For destination operand SR:
C
V
Z
N
I
LR
R
A
MOTOROLA
Move Program Memory
- Set according to bit 0 of the source operand.
- Set according to bit 1 of the source operand.
- Set according to bit 2 of the source operand.
- Set according to bit 3 of the source operand.
- Set according to bit 4 of the source operand.
- Set according to bit 5 of the source operand.
- Set according to bit 6 of the source operand.
- Set according to bit 7 of the source operand.
DSP96002 USER'S MANUAL
Assembler Syntax:
MOVE(M)
P: ea, D
MOVE(M)
S,P: ea
CAUTION
MOVE(M)
A - 261

Advertisement

Table of Contents
loading

Table of Contents