A SERVICE OF

logo

CHAPTER9 DEVICES
9
2
3
4
5
6
7
8
9.13 Constants
9.13.4 Character string (" ")
9 - 83
9.13.4 Character string (" ")
(1) Definition
The character string is a device used to specify a character string in sequence program.
Characters enclosed in quotation marks (example: "ABCD1234") are specified.
(2) Available characters
All ASCII code characters can be used in character strings.
The CPU module distinguishes between upper and lower case characters.
(3) Number of specified characters
A string from the specified character to the NUL code (00H) is one unit.
Note that, however, up to 32 characters can be specified for an instruction using a character string, such as
$MOV.