Next: Instruction sseti, Previous: Instruction mksct, Up: Struct instructions [Contents][Index]
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