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


21.1.21.5 Instruction srefo

Synopsys:

srefo

Given a struct and a field name, push the bit-offset of the referred field on the stack. If the struct does not have a field with the given name, or if the field is absent from the struct value then raise PVM_E_ELEM.

Stack: ( SCT STR -- SCT STR BOFF )

Exceptions: PVM_E_ELEM