mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
Currently, the operators for post-incremented or offset source operands associated with various memory access instructions are separators rather than components of the operand. As a result, inferred references split the register and the operator when rendered in the listing, making it easy to overlook the operator. For example: lpm R0,Z=>DAT_code_000455+ This patch mimics logic already in place for the st and std instructions, which include the post-increment operator or offset as part of the operand. For example: st X+=>DAT_mem_0100,R0 |
||
---|---|---|
.. | ||
data | ||
src | ||
build.gradle | ||
certification.manifest | ||
Module.manifest |