Next: Instruction prolog, Up: Function management instructions [Contents][Index]
Synopsys:
call
Call a closure on the stack, passing the specified arguments. After the execution of the closure, control is transferred to the instruction immediately following the call instruction.
Stack: ( ARG1 ... ARGN CLOSURE -- RETVAL )