Next: , Previous: , Up: Procedural Language Interpreter Functions   [Index]


6.14.3.25 x1f4_step_shuffle

extern int x1f4_step_shuffle
    (void *subtext);

The x1f4_slip_shuffle function executes the next instruction of the program for which the subtext step by step execution context was created.

See Procedural Program Execution.

See x1f4_head_shuffle.

See Step By Step Procedural Program Execution Example.

The function returns X1f4_EX_LEAD_CALL if a function to be executed outside the interpreter control is next to be called, X1f4_EX_COMPLETED if the program execution completed, 0 for otherwise successful execution, a non zero value for failure.

See Execution Conditions.

X1f4_EX_LEAD_CALL returns mark partial instruction execution. No temporaries are to be disposed of until instruction execution completes.