Next: , Previous: , Up: Array instructions   [Contents][Index]


21.1.20.4 Instruction aset

Synopsys:

aset

Set the value with index ULONG in the array ARR to have the value VAL.

If the specified index exceeds the capability of the array, then PVM_E_OUT_OF_BOUNDS is raised. If the array is bounded by size and the new value makes the total size of the array to change, then PVM_E_CONV is raised.

Stack: ( ARR ULONG VAL -- ARR )

Exceptions: PVM_E_CONV, PVM_E_OUT_OF_BOUNDS