Asmc Macro Assembler Reference
Expansion of macros
The label issue becomes a problem in the HLL section where labels are created later:
.WHILE macro(...)
Asmc will for this reason delay expansion of macros in some of the HLL directives until labels are created. This include .WHILE, .ELSEIF, and .CASE.