mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-5659_ghidorahrex_z80_sub_fix'
into Ghidra_11.4 (Closes #8144)
This commit is contained in:
commit
2b7a6c6d3b
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ cc2: "C" is bits3_3=0x7 { c:1 = $(C_flag); export c; }
|
|||
subtractionFlags(a_temp, r_temp);
|
||||
a_temp = a_temp - r_temp;
|
||||
setResultFlags(a_temp);
|
||||
a_temp = A;
|
||||
A = a_temp;
|
||||
}
|
||||
|
||||
:SUB imm8 is op0_8=0xd6; imm8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue