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


21.1.21.3 Instruction sseti

Synopsys:

sseti

Given a struct, a field index and a value, replace the value of the referred struct field with the given value. If the given index does not refer to a struct field, then raise PVM_E_ELEM.

Stack: (SCT IDX VAL -- SCT)

Exceptions: PVM_E_ELEM