ghidra/Ghidra/Processors/Atmel
Austin Roach 3bad6f753f AVR8: Improve operands for load/store instructions
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
2019-12-02 09:58:39 -05:00
..
data AVR8: Improve operands for load/store instructions 2019-12-02 09:58:39 -05:00
src GT-3106: Implement AVR 8 pcodetests 2019-09-04 09:37:23 -04:00
build.gradle GT-3328 corrected sleighArgs.txt use with module dependency paths 2019-11-19 15:11:30 -05:00
certification.manifest Merge remote-tracking branch 'origin/GT-2828_GhidorahRex_PR-346_ahroach_AVR8_add_ISA_manual_index_file' 2019-06-04 12:52:38 -04:00
Module.manifest Candidate release of source code. 2019-03-26 13:46:51 -04:00