
A. MACRO PROGRAM EXAMPLE
B–62093E–1/02
APPENDIX
168
2. Calling format
#140=F
#141=Z
#142=X Display position on CRT
#143=Y
#144=V Variables No. (head)
#145=N No. of displays
#146=E End code
#147=nY Deviation in Y–direction on the CRT
M98 P9505
E : End code
The display ends when the data which coincides with the end
code is reached even within the number of displays.
3. Remark
After this routine is executed, #140 – #147 values are saved.
(6) DSPC O9506
1. Function
This function clears the screen, including the soft key.
2. Calling format
M98 P9506
3. Remark
The soft key is not cleared with G202.
(7) VSET O9507
1. Function
This function sets the specified data to a continuous variable area.
2. Calling format
#140 = V Variable No. (head number)
#141 = D Data to be set
#142 = N No. of variables
M98 P9507
3. Remark
After this routine is executed, #140 – #142 are saved.
(8) VCOPY O9508
1. Function
This function copies the data in a continuous variable area to
another area.
2. Calling format
#140=ADDR
S
Address of original data to be copied
#141=ADDR
O
Address of data to be copied
#142=N No. of variables
M98 P9508
Copy
ADDR
O
ADDR
S
N
variables
N
variables
3. Remark
After this routine is executed, the #140 – #142 values are saved.