Open
Description
A lot of assembly listings align instruction operands to aid in reading. For example:
and r8d, -86
imul r8, rax
or r8, r9
and r8, rcx
movzx r9d, byte ptr [rdi + rsi + 6]
mov r10d, r9d
and r10d, 85
imul r10, rax
to
and r8d, -86
imul r8, rax
or r8, r9
and r8, rcx
movzx r9d, byte ptr [rdi + rsi + 6]
mov r10d, r9d
and r10d, 85
imul r10, rax
I'd like to suggest a feature enhancement to align operands via an option, e.g. --align
.
Metadata
Metadata
Assignees
Labels
No labels
Activity