Replies: 1 comment 1 reply
-
It's not non-standard. It's just AT&T syntax, which is pretty standard and well-known. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default, the disassembly has a non-standard syntax where the operands are inverted.
It is possible to use this init option to get back to the Intel syntax, but the highlighting of registers is lost:
settings set target.x86-disassembly-flavor intel
Is it possible to customize the regex or the filter that identifies register tokens?
In the discussion pointed above, someone mentions the
disassembly.json
file in%USERPROFILE%\.vscode\extensions\vadimcn.vscode-lldb-1.8.1\syntaxes\disassembly.json
(or Linux equivalent~/...
), but changing this file will not outlive any update, it's not a proper way to customize the highlighting.Beta Was this translation helpful? Give feedback.
All reactions