INVOKE
The latest version of this topic can be found at INVOKE.
Calls the procedure at the address given by expression, passing the arguments on the stack or in registers according to the standard calling conventions of the language type.
Syntax
INVOKE
expression [[, arguments]]
Remarks
Each argument passed to the procedure may be an expression, a register pair, or an address expression (an expression preceded by ADDR
).