From 1d82dccbd285db4beb820e1aa772c3366728ea1f Mon Sep 17 00:00:00 2001 From: Alessandro Gatti Date: Sat, 7 Dec 2019 00:36:09 +0100 Subject: [PATCH] Call the IRQ vector this time. --- Ghidra/Processors/6502/data/languages/6502.slaspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ghidra/Processors/6502/data/languages/6502.slaspec b/Ghidra/Processors/6502/data/languages/6502.slaspec index d2bbf6b7c9..83af9267bc 100644 --- a/Ghidra/Processors/6502/data/languages/6502.slaspec +++ b/Ghidra/Processors/6502/data/languages/6502.slaspec @@ -194,7 +194,8 @@ ADDRI: imm16 is imm16 { tmp:2 = imm16; export *:2 tmp; } B = 1; pushSR(); I = 1; - goto 0xFFFE; + local target:2 = 0xFFFE; + goto [*:2 target]; } :BVC REL is op=0x50; REL