Up: Executive Assembler Definitions   [Index]


8.3.1.1 Executive Objects Set Generation Flags

X1f4_TEXTPORT_AUTOLINK

indicates the executive assembler constructor that it should observe the temporaries allocator.

X1f4_TEXTPORT_CODELINK

indicates the executive assembler constructor that it should observe the executive objects memory allocator.

X1f4_TEXTPORT_MISSBAIL

indicates the executive assembler constructor that it should observe the consolidated disposal manager.

See Consolidated Disposal.

X1f4_TEXTPORT_NODELIST

indicates the executive assembler that it should observe the set of struct x1f4_nodetype_type data type definitions.

See struct x1f4_nodetype_type.

X1f4_TEXTPORT_RESOURCE

indicates the executive assembler that it should pay attention to the memory manager indication.

X1f4_TEXTPORT_RUN1LIST

indicates the executive assembler that it should observe the application defined prefix unary operators sets.

X1f4_TEXTPORT_RUN2LIST

indicates the executive assembler that it should observe the application defined infix binary operators sets.

X1f4_TEXTPORT_SUB2LIST

indicates the executive assembler that it should include only the always computable infix binary operators from the libaime set in the assembled infix binary operators set (excludes operators such as ‘/’ and ‘%’).

See C Infix Binary Operators Set.

X1f4_TEXTPORT_SUBFLIST

indicates the executive assembler that it should include only the always computable functions from the libaime set in the assembled functions set (excludes functions such as ‘log’ and ‘sqrt’).

See Mathematical And Text Generalities Functions.

X1f4_TEXTPORT_TEXTFLAT

indicates the executive assembler that it should observe the error reporter.

X1f4_TEXTPORT_TYPELIST

indicates the executive assembler that it should pay attention to the declarable data types list.

See Data Type Definition.


Up: Executive Assembler Definitions   [Index]