Use special ARM64 register names in disassembly #6512
Labels
Arch: ARM64
Issues with the AArch64 architecture plugin
Component: Architecture
Issue needs changes to an architecture plugin
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
The ARM64 architecture reserves
x29
andx30
for special purposes: the frame pointerfp
and the link registerlr
, respectively.I think using these special names in the disassembly view would improve the experience.
For instance, here is the current disassembly of a classic function prologue:
And here is what it would look like using special register names:
The text was updated successfully, but these errors were encountered: