Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 729 Bytes

File metadata and controls

24 lines (17 loc) · 729 Bytes
description Learn more about: INVOKE
title INVOKE
ms.date 11/05/2019
f1_keywords
Invoke
helpviewer_keywords
INVOKE directive
ms.assetid 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