Next: Instruction tysctgetc, Previous: Instruction mktyc, Up: Type related instructions [Contents][Index]
Synopsys:
mktysct
Given a list of field descriptors and a number of fields, build 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 -- TYPE )