
110
Instruction Functions
Section 2-2
EXCHANGE
STRING
XCHG$
@XCHG$
665
Output
Required
1242
CLEAR STRING
CLR$
@CLR$
666
Output
Required
1245
INSERT INTO
STRING
INS$
@INS$
657
Output
Required
1246
String Compari-
son
LD, AND, OR +
=$, <>$, <$, <=$,
>$, >=$
670 (=$)
671 (<>$)
672 (<$)
673 (<=$)
674 (>$)
675 (>=$)
Sting comparison instructions (=$, <>$, <$, <=$, >$, >=$) compare two
text strings from the beginning, in terms of value of the ASCII codes. If
the result of the comparison is true, an ON execution condition is cre-
ated for a LOAD, AND, or OR.
LD: Not
required
AND, OR:
Required
1250
Instruction
Mnemonic
Code
Symbol/Operand
Function
Location
Execution
condition
Page
XCHG$(665)
Ex1
Ex2
Ex1
: 1st
exchange word 1
Ex2
: 1st
exchange word 2
Ex1
Ex1
Ex2
Ex2
Replaces a designated text string with another designated text string.
CLR$(666)
S
S
: Text string first
word
S
S
A
B
C
D
NUL
NUL
→
→
Clears an entire text string with NUL (00 hex).
INS$(657)
S1
S2
S3
D
S1
: Base text
string first word
S2
: Inserted text
string first word
S3
: Beginning
position
D
:
First
destination word
NUL
→
→
→
Inserted
characters
Deletes a designated text string from the middle of a text string.
LD
AND
OR
S1
S2
S1
S2
S1
S2
Symbol
Symbol
Symbol
S1
: Text string 1
S2
: Text string 2
Summary of Contents for SYSMAC CS Series
Page 2: ......
Page 4: ...iv ...
Page 30: ...xxx ...
Page 186: ...146 List of Instructions by Function Code Section 2 4 ...
Page 1320: ...1280 Model Conversion Instructions Unit Ver 3 0 or Later Section 3 35 ...
Page 1390: ...1350 CJ series Instruction Execution Times and Number of Steps Section 4 2 ...
Page 1391: ...1351 Appendix A ASCII Code Table ASCII SP Four leftmost bits Four rightmost bits ...
Page 1392: ...1352 ASCII Code Table Appendix A ...
Page 1404: ...1364 Revision History ...