FOR (MASM)

 

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 FOR (MASM).

Marks a block that will be repeated once for each argument, with the current argument replacing parameter on each repetition.

Syntax

  
   FOR   
   parameter [[:REQ | :=default]] , <argument [[, argument]]...>  
statements  
ENDM  

Remarks

Same as IRP.

See Also

Directives Reference