mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GT-3375_ghidorahrex_PR-1049_agatti_6502brk'
This commit is contained in:
commit
4d8838a791
1 changed files with 7 additions and 1 deletions
|
@ -189,7 +189,13 @@ ADDRI: imm16 is imm16 { tmp:2 = imm16; export *:2 tmp; }
|
|||
|
||||
:BRK is op=0x00
|
||||
{
|
||||
goto inst_start;
|
||||
*:2 (SP - 1) = inst_next;
|
||||
SP = SP - 2;
|
||||
B = 1;
|
||||
pushSR();
|
||||
I = 1;
|
||||
local target:2 = 0xFFFE;
|
||||
goto [*:2 target];
|
||||
}
|
||||
|
||||
:BVC REL is op=0x50; REL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue