256
4
4 Instructions4.6.4 Matrix Rotation and Shift
32H (2)
S2+1
S2+2
b7-----b0
36H (6)
S2+3
31H (1)
45H (5)
b15-----b8
S2+4
S2+5
00H
S2
“1234ABCD56AB”
Source string
Search starting from the third
character (n = 3)
Fifth character counted from
the initial character
“AB”
5
D100
String to be
retrieved
42H (B) 41H (A)
42H (B) 41H (A)
34H (4) 33H (3)
An error is returned in the following conditions. The error ag M8067 is set to ON to identify this error and
the error code is stored in D8067.
1. Error 6706 is returned when the value of n (retrieval start point) is greater than the number of characters
from head address [S2].
2. Error 6706 is returned when 00H is not found in elements from head address [S1] or [S2].
◆
Application