asm-dude
asm-dude copied to clipboard
Wrong "Label Clash" errors when using IFDEF-ELSE-ENDIF directives
Hello.
I just started to use your extension. I use VS 2019 and AsmDude 1.9.6.14.
I did not found any issue that describes that problem, so I do.
When I define labels of the same name by IFDEF-ELSE-ENDIF directives I get a lot of "Label Clash" errors. I guess this should not be the case, since the label names are always unique.
I get label clash errors when I use the same label name in multiple different .procs