Asmc Macro Assembler Reference
.FOR
.FOR[S] [initialization] : [condition] : [increment/decrement] statements .ENDF
Generates code that executes the block of statements while condition remains true.