<<< Prototype Structure | Index | Passing an Address Argument >>> |
INVOKE generates a sequence of instructions that push arguments and calls a procedure as follows:
converts arguments to the expected types.
pushes arguments on the stack in the correct order.
cleans the stack when the procedure returns.
Sample program: invoke_proc.asm
<<< Prototype Structure | Index | Passing an Address Argument >>> |