2-469
2 Instruction Descriptions
NJ-series Instructions Reference Manual (W502)
Stack and Table Instructions
2
StackPush
Finally, the StackIns instruction is used to insert a value (UINT#5555) between stcA[1] and stcA[2]. That
means there will be four values in the stack.
StackIns instruction executed.
StcANUM
UINT#3
1111
2222
3333
4444
0
0
0
0
0
0
stcA[0]
stcA[1]
stcA[2]
stcA[3]
stcA[4]
stcA[5]
stcA[6]
stcA[7]
stcA[8]
stcA[9]
In
UINT#5555
Inserted.
StcANUM
UINT#4
1111
2222
5555
3333
0
0
0
0
0
0
stcA[0]
stcA[1]
stcA[2]
stcA[3]
stcA[4]
stcA[5]
stcA[6]
stcA[7]
stcA[8]
stcA[9]