Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 335 Bytes

for.md

File metadata and controls

13 lines (8 loc) · 335 Bytes

Asmc Macro Assembler Reference

FOR

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

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

See Also

Directives Reference