Previous: x1f4_xset_program, Up: Executive Assembler Functions [Index]
extern int x1f4_xset_shuffle (struct x1f4_a1_type *a1_data, unsigned *flags, struct x1f4_indexset_type *indexset_data);
The x1f4_xset_shuffle
function sets the program parsing context at
a1_data
and flags
as provided by the indexset_data
assembled executive description.
See struct x1f4_a1_type.
See Procedural Language Interpreter Generation Flags.
The set a1_data
fields are:
The set of generation flags stored at flags
is X1f4_A1_COMPOSER
|
X1f4_A1_DDACCESS
| X1f4_A1_EELOOKUP
| X1f4_A1_LEADCAST
|
X1f4_A1_SCOMMENT
| X1f4_A1_TRANSFER
| X1f4_A1_TYPELIST
and
possibly including X1f4_C1_CASECALL
, X1f4_A1_SIDELIST
and
X1f4_A1_TRAVERSE
.
The function returns 0.