storeElement
Store an element into the array. The index is the first integer on the stack. The element value is the short below it
Store an element into the array. The index is given as argument. The element value is the top short on the stack.
Parameters
index
the index of the array to store the element in
Store an element into the array. Both index and value are given as arguments
Parameters
index
the index of the array to store the element in
value
the value to store into the index