
5. OPERATION
total for that screen. In addition, a space line between nets is counted as a valid line.
The number of lines in each net to be displayed is determined as follows:
(b-l) Basic instructions
One line is comprised of one basic instruction.
b-1- 1 line
L-I *lines
(b-2) Function instructions
The number of lines in a function instruction is: The number of control conditions
or parameters, whichever is greater, plus 1
Examples of calculation follow.
- When the number of control conditions < number of parameters
RST
r
Number of control conditions = 2
Number of parameters = 4
Number of lines = number of
parameters + 1 = 5 lines
- When the number of control conditions > number of parameters
RlOO
Number of control conditions = 3
Number of parameters = 1
Number of lines
= number of control
conditions + 1 = 4 lines
1-32