Texas Instruments TMS320C2XX Calculator User Manual


 
SACH
Store High Accumulator With Shift
7-148
Syntax SACH
dma
[,
shift2
] Direct addressing
SACH
ind
[,
shift2
[, AR
n
]] Indirect addressing
Operands dma: 7 LSBs of the data-memory address
shift2: Left shift value from 0 to 7 (defaults to 0)
n: Value from 0 to 7 designating the next auxiliary register
ind: Select one of the following seven options:
* *+ *– *0+ *0– *BR0+ *BR0–
SACH
dma
[,
shift2
]
1514131211109876543210
1
0011 shift2 0 dma
SACH
ind
[,
shift
[, AR
n
]]
1514131211109876543210
1
0011 shift2 1 ARU N NAR
Note: ARU, N, and NAR are defined in Section 6.3,
Indirect Addressing Mode
(page 6-9).
Execution Increment PC, then ...
16 MSBs of ((ACC) 2
shift2
) data-memory address
Status Bits This instruction is not affected by SXM
Description The SACH instruction copies the entire accumulator into the output shifter,
where it left shifts the entire 32-bit number from 0 to 7 bits. It then copies the
upper 16 bits of the shifted value into data memory. During the shift, the low-or-
der bits are filled with zeros, and the high-order bits are lost. The accumulator
itself remains unaffected.
Words 1
Cycles for a Single SACH Instruction
Program
Operand ROM DARAM SARAM External
DARAM 1 1 1 1+p
SARAM 1 1 1, 2
1+p
External 2+d 2+d 2+d 4+d+p
If the operand and the code are in the same SARAM block
Opcode
Cycles