mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 06:11:29 +08:00
GP-2562: Corrected issue with 6x09 extended address bit pattern.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user