Next: x1f4_ever_program, Previous: x1f4_air_state, Up: Imperative Language Interpreter Functions [Index]
extern int x1f4_call_routine (void *subtext, struct x1f4_transfer_type **transfer);
The x1f4_call_routine
function stores the address of the struct
x1f4_transfer_type
record embedded in the subtext
step by step
execution context at transfer
.
See struct x1f4_transfer_type.
The record will describe the function calls that require action to be taken outside the interpreter control.
See Outside Imperative Interpreter Control.
The function returns 0
.