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


22.1.21.2 Instruction sset

Synopsys:

sset

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

Stack: ( SCT STR VAL -- SCT )

Exceptions: PVM_E_ELEM