6 BASIC INSTRUCTIONS
6.5 Shift Instructions
365
6
• These instructions shift the (n2) bit(s) of area to the right within the (n1) bits of data area starting from the device specified
by (d). After the shift, (n2) points of area from (s) are set into (n2) points of area from (d)+(n1-n2).
• When constant 0 is specified for (s), 0s are stored in (n2) bits from (d)+(n1-n2) after the shift.
• When constant 1 is specified for (s), 1s are stored in (n2) bits from (d)+(n1-n2) after the shift.
• When (n2) is 0, the processing is not performed.
When (n1)=10 and (n2)=4
Overflow (data to be deleted)
(n2)-bit shift to the right
Copy
Error code
(SD0)
Description
2821H The range for (n2) points from (s) and that for (n1) points from (d) are overlapping.
3405H A constant other than 0 or 1 is specified when the constant (s) is specified.
The values specified in (n1) and (n2) are such that (n1)<(n2).
(n1)
(n2)
(d)+9 (d)+8 (d)+7 (d)+6 (d)+5 (d)+4 (d)+3 (d)+2 (d)+1 (d)
111011
1110111100
(d)+5 (d)+4 (d)+3 (d)+2(d)+9 (d)+8 (d)+7 (d)+6
(s)+3 (s)+2 (s)+1 (s)
(d)+1 (d)
Ò
Ó
Ô