Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/GP-2562_ghidorahrex_6x09_ea_fix'
Browse files Browse the repository at this point in the history
into patch (Closes #4600)
  • Loading branch information
ryanmkurtz committed Oct 12, 2022
2 parents 5c40d74 + 937b82b commit 44fb129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ghidra/Processors/MC6800/data/languages/6x09.sinc
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ EA: "["addr",PCR]" is noOffset5=1 & idxMode=0b11101; simm16 [ addr = inst_next +
export eaddr;
}

EA: "["addr"]" is noOffset5=1 & idxReg=0b00 & idxMode=0b11101; simm16 [ addr = inst_next; ]
EA: "["addr"]" is noOffset5=1 & idxReg=0b00 & idxMode=0b11111; simm16 [ addr = inst_next; ]
{
local eaddr:2 = inst_next;
eaddr = *:2 eaddr;
Expand Down

0 comments on commit 44fb129

Please sign in to comment.