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


5.9.3.17 x1f4_near_routine

extern int x1f4_near_routine
    (void **subtext, void *program);

The x1f4_near_routine function creates the step by step execution context required by the program step by step execution and stores the result at the address pointed to by subtext.

The function returns 0 for success, one of the defined error codes for failure.

See Imperative Program Execution.

See x1f4_side_routine.

See Step By Step Imperative Program Execution Example.