Next: Instruction tysctgetn, Previous: Instruction mktyc, Up: Type related instructions [Contents][Index]
Synopsys:
mktysct
Given a list of field descriptors, a number of fields and a struct type name, build a struct type and push it on the stack.
Each field descriptor has the form [STRING TYPE] and contains the name of the field and its type.
Stack: ( [STRING TYPE]... ULONG STR -- TYPE )