klauspost / asmfmt

Go Assembler Formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End-of-line comments incorrect when combined with instructions

klauspost opened this issue · comments

#define something \
    MOVQ rBu, _boX                  \ // OUTPUT: bo (READ)

Produces invalid output.