summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorHendiadyoin1 <leon.a@serenityos.org>2022-04-07 14:53:19 +0200
committerAndreas Kling <kling@serenityos.org>2022-04-07 16:50:34 +0200
commitf602bbf1359667efa2735bd1c6b95228c8b9c61f (patch)
tree48f9c4c35dc4317fa18b1613dedbf16c161d7b96 /.prettierrc
parent5ee85aaa5dba85d2d03d613c976096fdde96095f (diff)
downloadserenity-f602bbf1359667efa2735bd1c6b95228c8b9c61f.zip
LibX86+disasm: Use an output format closer to objdump
This mainly does two things, 1. Removes spaces after commas 2. Elides "0x" and leading zeros in most contexts Remaining differences are: 1. objdump always has memory size annotations We lack these and probably have some annotations wrong 2. Boolean check names We use jump-zero, while objdump uses jump-equal for example 3. We sometimes add "00 00" symbols, which objdump elides 4. We always demangle (This is a good thing) 5. We always resolve relocations (This is a good thing) 6. We seem to detect some symbols differently/incorrectly
Diffstat (limited to '.prettierrc')
0 files changed, 0 insertions, 0 deletions