Issue 75818
Summary "jmp ." assembles with at&t, but not intel syntax
Labels new issue
Assignees
Reporter stuxnot
    When using the intel syntax, assembling the instruction `jmp .` fails with the message "unknown token in _expression_", see https://godbolt.org/z/qE6b1bb99.
For at&t syntax, everything works as expected: https://godbolt.org/z/3Eo4drc67.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to