regarding .endmacro as when the macro is parsed regularily: A .endmacro ends the macro only if is the first token on a line.
7 lines
110 B
ArmAsm
7 lines
110 B
ArmAsm
.macro mac
|
|
.define endmac .endmacro
|
|
.endmacro
|
|
.macro mac
|
|
.define endmac .endmacro
|
|
.endmacro
|