MACRO

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at MACRO.

Marks a macro block called name and establishes parameter placeholders for arguments passed when the macro is called.

  
   name MACRO [[parameter [[:REQ | :=default | :VARARG]]]]...  
statements  
ENDM [[value]]  

A macro function returns value to the calling statement.

Directives Reference

Show: