compiler-explorer / asm-parser

Repository from Github https://github.comcompiler-explorer/asm-parserRepository from Github https://github.comcompiler-explorer/asm-parser

Bugs in references labels

partouf opened this issue · comments

Meant as a thread of bugs to fix in the original asm-parser.

image

mov rax, QWORD PTR .L439[0+rax*8]

in binary mode:
call 412ae0 <_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEEC1EPKcS6_RKSt6localeNSt15regex_constants18syntax_option_typeE>

(see bintest-1.asm in compiler-explorer repo)