Merge remote-tracking branch 'origin/GP-5659_ghidorahrex_z80_sub_fix'

into Ghidra_11.4 (Closes #8144)
This commit is contained in:
Ryan Kurtz 2025-05-30 13:51:06 -04:00
commit 2b7a6c6d3b

View file

@ -847,7 +847,7 @@ cc2: "C" is bits3_3=0x7 { c:1 = $(C_flag); export c; }
subtractionFlags(a_temp, r_temp); subtractionFlags(a_temp, r_temp);
a_temp = a_temp - r_temp; a_temp = a_temp - r_temp;
setResultFlags(a_temp); setResultFlags(a_temp);
a_temp = A; A = a_temp;
} }
:SUB imm8 is op0_8=0xd6; imm8 { :SUB imm8 is op0_8=0xd6; imm8 {