Next: , Previous: , Up: Type related instructions   [Contents][Index]


21.1.24.14 Instruction mktysct

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 )