366
Character String Display
Section 7-9
7-9 Character String Display
[Function Outline]
The contents of character string memory tables are displayed as character
strings.
Alphanumerics and symbols can be displayed. It is also possible to display marks
(character codes FF20 to FFFFH) in character strings.
There are two methods for referencing a character string memory table whose
contents are to be displayed, as follows.
S Direct reference (reference of the number of the relevant character string
memory table)
Allocated word
(character string memory table No. 51)
PC
DM0100
a b c d
NT31/NT31C
a b c d
6162
6364
Direct
reference
Character string
memory table
No. 51
S Indirect reference (reference of the numeral memory table that stores the num-
ber of the relevant character string memory table)
Allocated word
(character string memory
table No. 51)
PC
DM0000
a b c d
NT31/NT31C
0 0 5 1
0051
a b c d
6162
6364
DM0100
Indirect
reference
Numeral memory
table No. 20
Allocated word
(numeral memory table No. 20)
Character string
memory table No. 51