English
Language : 

AT75C Datasheet, PDF (89/171 Pages) ATMEL Corporation – Smart Internet Appliance Processor (SIAP)
AT75C DSP Subsystem
MOVSI – Move and Shift According to an Immediate Shift
Value
Syntax:
movsi operand, ab, #signed 5-bit immediate
Operation:
The operand is sign-extended to 36 bits.
If 0 < #immediate ≤ 15, then operand << #immediate –> ab
If -16 ≤ #immediate < 0, then operand >> - #immediate –> ab
If #immediate = 0, then operand –> ab.
Operand:
rN
y
rb
Affected Flags: When arithmetic shift is performed:
Z
M
N
V
C
E
L
R
x
x
x
0
x
x
x
–
Cycles:
Words:
When logical shift is performed:
Z
M
N
V
C
E
L
R
x
x
x
–
x
x
–
–
Note: If #immediate = 0, the C flag is cleared.
1
1
89
1368C–INTAP–08/02