Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 729 Bytes

invoke.md

File metadata and controls

24 lines (17 loc) · 729 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: INVOKE
INVOKE
11/05/2019
Invoke
INVOKE directive
12d9bb40-33b9-411e-b801-45a1d675967e

INVOKE

(32-bit MASM only.) 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, argument ...⟧

Remarks

Each argument passed to the procedure may be an expression, a register pair, or an address expression (an expression preceded by ADDR).

See also

Directives reference
MASM BNF Grammar