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


22.1.20.4 Instruction aset

Synopsys:

aset

Set the value with index ULONG in the array ARR to have the value VAL. The index in ULONG should be in range, since this instruction is not checked.

Stack: ( ARR ULONG VAL -- ARR )