Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 600 Bytes

for-masm.md

File metadata and controls

25 lines (18 loc) · 600 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: FOR
FOR (MASM)
12/17/2019
FOR directive
99872e61-f503-4d34-b305-59f8556ba6b7

FOR

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
MASM BNF Grammar