Memories are used as follows:
x data
C[1]
C[2]
C[3]
C[4]
C[5]
C[6]
C[7] C[8]
D E F
G
H I
J
K
C[9]
C[10] C[11] C[12] C[13] C[14]
C[15]
L M
N
0
P
Q
R
R[1] R[2]
R[3] R[4]
R[5]
R[6]
R[7]
R[8]
S T u V
w
X Y
z
R[9]
R[10]
R[11]
R[12]
R[13]
R[14]
R[15]
Z(1)
Z(2)
Z(3)
Z(4) Z(5) Z(6)
Z(7)
In this way, the memory names can be changed. However, since memory names
are restricted to the letters from A through Z, the expanded memories ( ® 0 )
can only be used as array-type memories.
*The memory expansion command (Defm) can be used in a program.
Example | Expand the number of memories by 14 to make a total of 40
available.
Defm, 1 ,4 , :,
.....
- 1 3 4 -