Individual Instruction Descriptions
4-171
Assembly Language Instructions
4.14.76
SHRACS
Shift Accumulator String Right
Syntax
[label]
name
dest, src
Clock,
clk
Word,
w
With RPT,
clk
Class
SHRACS
A
n[~], An[~]
n
S
+3
1
n
R
+3
3
Execution
dest
⇐
src >> 1
PC
⇐
PC + 1
Flags Affected
OF, SF, ZF, CF are set accordingly
Opcode
Instructions
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
SHRACS A
n[~], An[~]
1
1
1
0
0
1
1
A
n
0
1
0
1
1
0
A~
~A
Description
Shift accumulator string right one bit and store the result into A
n[~] string. MSB
of each accumulator in the result will be set according to extended sign mode
(XM) bit in the status register. This instruction shifts each accumulator
individually 1 bit to the right, so, shifts from one accumulator are not
propagated to the next consecutive accumulator in the string.
See Also
SHRAC, SHL, SHLS, SHLAPL, SHLAPLS, SHLSPL, SHLSPLS, SHLTPL,
SHLTPLS.
Example 4.14.76.1
SHRACS A0, A0
Shift accumulator string A0 1 bit right individually.
Example 4.14.76.2
SHRACS A1, A1~
Shift accumulator string A1~ individually, put result in accumulator string A1.
Summary of Contents for MSP50C614
Page 1: ...MSP50C614 Mixed Signal Processor User s Guide SPSU014 January 2000 Printed on Recycled Paper ...
Page 6: ...vi ...
Page 92: ...3 22 ...
Page 300: ...Instruction Set Summay 4 208 Assembly Language Instructions ...
Page 314: ...Software Emulator 5 14 Figure 5 13 Project Menu Figure 5 14 Project Open Dialog ...
Page 325: ...Software Emulator 5 25 Code Development Tools Figure 5 25 EPROM Programming Dialog ...
Page 331: ...Software Emulator 5 31 Code Development Tools Figure 5 31 Context Sensitive Help System ...
Page 368: ...5 68 ...
Page 394: ...7 12 ...
Page 402: ...A 8 ...
Page 412: ...Packaging B 10 ...